Skip to content

Commit 61cabd4

Browse files
committed
Unchecked exceptions configuration
1 parent 2dad4de commit 61cabd4

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": "^7.1 || ^8.0",
1717
"ext-simplexml": "*",
18-
"phpstan/phpstan": "^0.12.85"
18+
"phpstan/phpstan": "^0.12.86"
1919
},
2020
"conflict": {
2121
"symfony/framework-bundle": "<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
dynamicConstantNames:
33
- Symfony\Component\HttpKernel\Kernel::VERSION_ID
4+
exceptions:
5+
uncheckedExceptionClasses:
6+
- 'Symfony\Component\Console\Exception\InvalidArgumentException'
47
symfony:
58
container_xml_path: null
69
constant_hassers: true

0 commit comments

Comments
 (0)