We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d67811 commit fb4bf50Copy full SHA for fb4bf50
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "~7.1",
10
- "phpstan/phpstan": "^0.12.26"
+ "phpstan/phpstan": "^0.12.33"
11
},
12
"conflict": {
13
"nette/application": "<2.3.0",
extension.neon
@@ -1,4 +1,6 @@
1
parameters:
2
+ additionalConstructors:
3
+ - Nette\Application\UI\Presenter::startup
4
stubFiles:
5
- stubs/Application/Routers/RouteList.stub
6
- stubs/Application/UI/Component.stub
0 commit comments