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 573e2ac commit 8049137Copy full SHA for 8049137
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require": {
19
"php": "~7.1",
20
- "phpstan/phpstan": "^0.11.4",
+ "phpstan/phpstan": "^0.11.7",
21
"nikic/php-parser": "^4.0"
22
23
"require-dev": {
rules.neon
@@ -11,6 +11,9 @@ parameters:
11
redirectPermanent: Nette\Application\AbortException
12
error: Nette\Application\BadRequestException
13
14
+parametersSchema:
15
+ methodsThrowingExceptions: arrayOf(arrayOf(string()))
16
+
rules:
- PHPStan\Rule\Nette\DoNotExtendNetteObjectRule
0 commit comments