From 25d7b9984f5d0e878cff18bb00e83dd3efa3d7ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Thu, 11 Jun 2020 13:33:22 +0200 Subject: [PATCH] Update CS --- composer.json | 2 +- src/Texy/TexyMultiplier.php | 8 ++++++-- tests/Environment.php | 4 +++- 3 files changed, 10 insertions(+), 4 deletions(-) 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