Skip to content

Commit

Permalink
fix grumphp
Browse files Browse the repository at this point in the history
  • Loading branch information
mastir committed Aug 6, 2024
1 parent aafe120 commit 9f438b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/phpunit.xml
/vendor/
.idea
.php-cs-fixer.cache
2 changes: 2 additions & 0 deletions grumphp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
grumphp:
tasks: { phpcsfixer: { diff: true, config: .php-cs-fixer.dist.php}, composer: null, phpunit: null, phpstan: null, psalm: null }

0 comments on commit 9f438b7

Please sign in to comment.