Skip to content

Commit b9e997b

Browse files
another test
1 parent 4c230d4 commit b9e997b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- '**.php'
7-
- '**.neon'
7+
- '**.neon.dist'
88

99
jobs:
1010
phpstan:

phpstan.neon.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
includes:
2+
- phpstan-baseline.neon
3+
4+
parameters:
5+
level: 6
6+
paths:
7+
- database
8+
- resources
9+
- src
10+
ignoreErrors:
11+
- identifier: trait.unused
12+
- identifier: property.defaultValue
13+
checkOctaneCompatibility: true
14+
checkModelProperties: true

0 commit comments

Comments
 (0)