Skip to content

Commit 1811a57

Browse files
Changed the level to 8
1 parent 2288928 commit 1811a57

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
level: 0
33
phpVersion: 70200
4-
tmpDir: /tmp/phpstan/CustomReports/main
4+
tmpDir: /tmp/phpstan/Slack/main
55
paths:
66
- .
77
excludePaths:

phpstan/phpstan.created.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
includes:
22
- ../phpstan.neon
33
parameters:
4-
level: 9
5-
tmpDir: /tmp/phpstan/CustomReports/created
4+
level: 8
5+
tmpDir: /tmp/phpstan/Slack/created

phpstan/phpstan.modified.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ includes:
22
- ../phpstan.neon
33
parameters:
44
level: 1
5-
tmpDir: /tmp/phpstan/CustomReports/modified
5+
tmpDir: /tmp/phpstan/Slack/modified

0 commit comments

Comments
 (0)