From 3f886062da5bedae03bd3dd7c961837b1f1a9022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20P=C3=AD=C5=A1a?= Date: Thu, 8 Jun 2023 23:11:41 +0200 Subject: [PATCH] Update duster config --- stubs/duster.stub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stubs/duster.stub b/stubs/duster.stub index 1895ed5..0c18ed9 100644 --- a/stubs/duster.stub +++ b/stubs/duster.stub @@ -2,6 +2,9 @@ "scripts": { "lint": { "phpstan": ["./vendor/bin/phpstan", "analyse"] + }, + "fix": { + "phpstan": ["./vendor/bin/phpstan", "analyse"] } } }