mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-16 21:36:17 +02:00

[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.
This commit is contained in:
Daniel Siepmann 2024-07-30 21:16:21 +02:00 committed by GitHub
parent b3cf57bfab
commit 2aec0534d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)