diff options
| -rw-r--r-- | composer.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 6d6f96d..79487c9 100644 --- a/composer.json +++ b/composer.json @@ -26,10 +26,6 @@ "scripts": { "ecs": "ecs check", "ecsfix": "ecs check --fix", - "phpstan": "phpstan --memory-limit=1G analyse", - "x": [ - "@ecsfix -- src/Execution", - "@phpstan -- src/Execution" - ] + "phpstan": "phpstan --memory-limit=1G analyse" } } |
