Skip to content

Commit

Permalink
Update PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 29, 2023
1 parent 4104c49 commit 5e50729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"nette/bootstrap": "^3.1",
"nette/robot-loader": "^3.2 || ^4.0",
"nette/tester": "^2.4.3",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-nette": "^1.1.0",
"phpstan/phpstan": "^1.10.39",
"phpstan/phpstan-nette": "^1.2.9",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"squizlabs/php_codesniffer": "^3.7.2",
"slevomat/coding-standard": "^8.14.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/KdybyTests/Autowired/ExtensionTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ExtensionTest extends Tester\TestCase
$refl = new \ReflectionProperty('\Nette\Application\UI\Presenter', 'onShutdown');
$file = Debugger::log(new Kdyby\Autowired\MissingServiceException('Missing service blabla', $refl));

Assert::match('%A%<h2%a?%><a%a% class="tracy-toggle">Autowired</a></h2>%A%', file_get_contents($file));
Assert::match('%A%<h2%a?%><a%a% class="tracy-toggle">Autowired</a></h2>%A%', Nette\Utils\FileSystem::read($file));
}

}
Expand Down

0 comments on commit 5e50729

Please sign in to comment.