Skip to content

Commit 9feb3ca

Browse files
committed
Unchecked exceptions configuration
1 parent 308cf58 commit 9feb3ca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.60"
10+
"phpstan/phpstan": "^0.12.86"
1111
},
1212
"conflict": {
1313
"nette/application": "<2.3.0",

Diff for: extension.neon

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
parameters:
22
additionalConstructors:
33
- Nette\Application\UI\Presenter::startup
4+
exceptions:
5+
uncheckedExceptionClasses:
6+
- 'Nette\InvalidArgumentException'
47
stubFiles:
58
- stubs/Application/Routers/RouteList.stub
69
- stubs/Application/UI/Component.stub

0 commit comments

Comments
 (0)