Skip to content

Commit 2961060

Browse files
committed
Works
1 parent ab388aa commit 2961060

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

extension-strict.neon

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
includes:
22
- ./../../larastan/larastan/extension.neon
33
- ./../../phpstan/phpstan-strict-rules/rules.neon
4+
- ./../../../phpstan-baselines/_loader.neon
45

56
parameters:
67
level: 10
78
tmpDir: .phpstan
8-
checkUninitializedProperties: true
99
strictRules:
1010
dynamicCallOnStaticMethod: false
11-
includes:
12-
- phpstan-baselines/_loader.neon

0 commit comments

Comments
 (0)