We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308cf58 commit 9feb3caCopy full SHA for 9feb3ca
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.1 || ^8.0",
10
- "phpstan/phpstan": "^0.12.60"
+ "phpstan/phpstan": "^0.12.86"
11
},
12
"conflict": {
13
"nette/application": "<2.3.0",
extension.neon
@@ -1,6 +1,9 @@
1
parameters:
2
additionalConstructors:
3
- Nette\Application\UI\Presenter::startup
4
+ exceptions:
5
+ uncheckedExceptionClasses:
6
+ - 'Nette\InvalidArgumentException'
stubFiles:
- stubs/Application/Routers/RouteList.stub
- stubs/Application/UI/Component.stub
0 commit comments