Skip to content

Commit a7ad894

Browse files
committedFeb 2, 2022
Move PHPStan config to .dist
1 parent f4d8219 commit a7ad894

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/packager.sh export-ignore
2020
/packager.php export-ignore
2121
/phpunit.xml.dist export-ignore
22+
/phpstan.neon.dist export-ignore

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ vendor
55
/.idea
66
.phpunit.result.cache
77
decisions.yml
8+
phpstan.neon

‎phpstan.neon ‎phpstan.neon.dist

File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.