From 2aec0534d0dafc0bf28dd035dae9a3b4e07df9a1 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 30 Jul 2024 21:16:21 +0200 Subject: [PATCH] [BUGFIX] Remove none existing cglFix (#1407) The script actually does not exist. Instead `cgl` will fix and adding `-n` will turn into try mode and only check. --- Build/Scripts/runTests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 163c6bb..f35bce6 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -142,8 +142,7 @@ Usage: $0 [options] [file] Options: -s <...> Specifies which test suite to run - - cgl: Checks the code style with the PHP Coding Standards Fixer (PHP-CS-Fixer). - - cglFix: Fixes the code style with PHP-CS-Fixer." + - cgl: Fixes the code style with the PHP Coding Standards Fixer (PHP-CS-Fixer). - clean: clean up build, cache and testing related files and folders - cleanCache: clean up cache related files and folders - cleanRenderedDocumentation: clean up rendered documentation files and folders (Documentation-GENERATED-temp)