diff --git a/composer.json b/composer.json index d98871c..42cba79 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "nepada/phpstan-nette-tester": "^0.3.0", "spaze/phpstan-disallowed-calls": "^0.12.1", "php-parallel-lint/php-parallel-lint": "^1.2", - "nepada/coding-standard": "^7.1.1", + "nepada/coding-standard": "^7.2", "nette/bootstrap": "^3.0@dev", "nette/di": "^3.0.1@dev", "latte/latte": "^2.7@dev", diff --git a/src/Texy/TexyMultiplier.php b/src/Texy/TexyMultiplier.php index 728f320..8cb6a6b 100644 --- a/src/Texy/TexyMultiplier.php +++ b/src/Texy/TexyMultiplier.php @@ -15,10 +15,14 @@ class TexyMultiplier use Nette\SmartObject; - /** @var TexyFactory[] */ + /** + * @var TexyFactory[] + */ private array $factories = []; - /** @var Texy\Texy[] */ + /** + * @var Texy\Texy[] + */ private array $texy = []; private string $mode; diff --git a/tests/Environment.php b/tests/Environment.php index 97f4409..893d375 100644 --- a/tests/Environment.php +++ b/tests/Environment.php @@ -17,7 +17,9 @@ final class Environment private static ?string $tempDir = null; - /** @var resource */ + /** + * @var resource + */ private static $lock; public static function setup(): void