Skip to content

Commit 0e9f4a9

Browse files
committed
➖ No need to use Psalm
1 parent 251ed69 commit 0e9f4a9

3 files changed

Lines changed: 5 additions & 19 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050

5151
- name: ⚗️ Run static analysis
5252
run: |
53-
composer verify
5453
composer analyse
5554
composer inspect
5655

composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,26 @@
5252
"laravel/framework": "<11.0.0"
5353
},
5454
"scripts": {
55-
"analyse": "phpstan analyse --ansi --memory-limit=-1 --debug",
55+
"analyse": "phpinsights analyse",
5656
"check": "pint --test -v",
5757
"debug": [
58-
"@verify",
59-
"@check",
6058
"@analyse",
59+
"@check",
6160
"@inspect",
6261
"@review",
6362
"@test"
6463
],
6564
"fix": [
6665
"@refactor",
67-
"@improve",
6866
"@format",
6967
"@lint"
7068
],
71-
"format": "psalter --issues=all",
72-
"improve": "phpinsights fix",
73-
"inspect": "psalm --no-diff",
69+
"format": "phpinsights fix",
70+
"inspect": "phpstan analyse --ansi --memory-limit=-1 --debug",
7471
"lint": "pint -v",
7572
"test": "pest --colors=always",
7673
"review": "rector --dry-run --debug",
77-
"refactor": "rector",
78-
"verify": "phpinsights analyse"
74+
"refactor": "rector"
7975
},
8076
"extra": {
8177
"branch-alias": {

psalm.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)