From dd44ac41951141e2675022907804a334bcfc8848 Mon Sep 17 00:00:00 2001 From: JonPurvis Date: Sat, 14 Jun 2025 21:36:39 +0100 Subject: [PATCH] remove language option from profanity composer script --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cdc534e4..f5718b7b 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,7 @@ "lint": "pint", "test:refacto": "rector --dry-run", "test:lint": "pint --test", - "test:profanity": "php bin/pest --profanity --compact --language=en", + "test:profanity": "php bin/pest --profanity --compact", "test:type:check": "phpstan analyse --ansi --memory-limit=-1 --debug", "test:type:coverage": "php -d memory_limit=-1 bin/pest --type-coverage --min=100", "test:unit": "php bin/pest --exclude-group=integration --compact",