Skip to content

Commit

Permalink
remove phpstan for now
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpotter committed Jun 14, 2023
1 parent ff2077f commit 05409fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"pestphp/pest": "^2.0",
"phpstan/phpstan": "^1.9",
"spatie/ray": "^1.33",
"vlucas/phpdotenv": "^5.5"
},
Expand All @@ -38,9 +37,6 @@
"fix-code": [
"./vendor/bin/php-cs-fixer fix --allow-risky=yes"
],
"pstan": [
"./vendor/bin/phpstan analyse"
],
"test": [
"./vendor/bin/pest"
]
Expand Down
Empty file removed phpstan.baseline.neon
Empty file.
17 changes: 0 additions & 17 deletions phpstan.dist.neon

This file was deleted.

0 comments on commit 05409fb

Please sign in to comment.