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 36c34e1 commit 360dcae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"nepada/phpstan-nette-tester": "^0.3.0",
"spaze/phpstan-disallowed-calls": "^0.12.1",
"php-parallel-lint/php-parallel-lint": "^1.1",
"nepada/coding-standard": "^7.1.1",
"nepada/coding-standard": "^7.2",
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.1@dev",
"nette/schema": "^1.0@dev",
Expand Down
4 changes: 3 additions & 1 deletion tests/Environment.php
Original file line number Diff line number Diff line change
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 360dcae

Please sign in to comment.