Skip to content

Commit f5fabf2

Browse files
committed
refactor: remove unnecessary phpstan ignore comment and update phpstan configuration path
1 parent 0c1d2f3 commit f5fabf2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: PHPStan
22

33
on:
44
push:
5-
paths:
6-
- '**.php'
7-
- 'phpstan.neon'
85

96
jobs:
107
phpstan:

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build
44
composer.lock
55
coverage
66
phpunit.xml
7-
phpstan.neon
7+
phpstan.neon.dist
88
testbench.yaml
99
vendor
1010
node_modules

0 commit comments

Comments
 (0)