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 ab388aa commit 2961060Copy full SHA for 2961060
extension-strict.neon
@@ -1,12 +1,10 @@
1
includes:
2
- ./../../larastan/larastan/extension.neon
3
- ./../../phpstan/phpstan-strict-rules/rules.neon
4
+ - ./../../../phpstan-baselines/_loader.neon
5
6
parameters:
7
level: 10
8
tmpDir: .phpstan
- checkUninitializedProperties: true
9
strictRules:
10
dynamicCallOnStaticMethod: false
11
- includes:
12
- - phpstan-baselines/_loader.neon
0 commit comments