Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9feb3ca

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎composer.json‎

Lines changed: 1 addition & 1 deletion
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",

‎extension.neon‎

Lines changed: 3 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /