mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-24 05:16:12 +01: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:
parent
b3cf57bfab
commit
2aec0534d0
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue