Skip to content

Commit

Permalink
add phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Sep 28, 2023
1 parent 5810a15 commit 562c368
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ public/*.js binary
gitpod.code-workspace export-ignore
Dockerfile export-ignore
package-lock.json export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
node_modules
vendor
coverage
.idea
/node_modules
/vendor
/coverage
/.idea
/.phpunit.result.cache
*.log
.DS_Store
.phpunit.result.cache
.phpunit.cache
11 changes: 11 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
parameters:
paths:
- config
- database
- lang
- routes
- src
- stubs
- tests

level: 0

0 comments on commit 562c368

Please sign in to comment.