Skip to content

Commit

Permalink
Update CS
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jun 11, 2020
1 parent b9882e4 commit 25d7b99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -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",
Expand Down
8 changes: 6 additions & 2 deletions src/Texy/TexyMultiplier.php
Expand Up @@ -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;
Expand Down
4 changes: 3 additions & 1 deletion tests/Environment.php
Expand Up @@ -17,7 +17,9 @@ final class Environment

private static ?string $tempDir = null;

/** @var resource */
/**
* @var resource
*/
private static $lock;

public static function setup(): void
Expand Down

0 comments on commit 25d7b99

Please sign in to comment.