Skip to content

Commit 3ab38a5

Browse files
committed
Update PHPStan
1 parent a9760a5 commit 3ab38a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"nette/http": "^3.0.0@dev"
2020
},
2121
"require-dev": {
22-
"friendsofphp/php-cs-fixer": "^2.7.0@dev",
22+
"friendsofphp/php-cs-fixer": "^2.8.0",
2323
"nette/application": "^3.0.0",
2424
"nette/caching": "^3.0.0",
2525
"latte/latte": "^3.0.0",
26-
"phpstan/phpstan": "^0.8.5",
27-
"phpstan/phpstan-nette": "^0.8.3",
26+
"phpstan/phpstan": "^0.9.0",
27+
"phpstan/phpstan-nette": "^0.9.0",
2828
"tracy/tracy": "^2.4.0"
2929
},
3030
"minimum-stability": "alpha",

tests/functional/src/ApplicationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class ApplicationTest extends Unit
1616
{
1717
/**
18-
* @var NetteApplicationModule|NetteDIModule
18+
* @var NetteApplicationModule&NetteDIModule
1919
*/
2020
protected $tester;
2121

0 commit comments

Comments
 (0)