Rozbitý nette/coding-standard
- skrivy
- Člen | 52
# composer create-project nette/coding-standard /nette-cs
Creating a "nette/coding-standard" project at "../nette-cs"
Installing nette/coding-standard (v3.4.1)
- Installing nette/coding-standard (v3.4.1): Extracting archive
Created project in /nette-cs
# /nette-cs/ecs check src --preset php71
Mode: Check (dry-run)
Paths: src
Preset: php71
PHP Fatal error: Trait "PhpCsFixer\Fixer\Indentation" not found in /nette-cs/src/Fixer/StatementIndentationFixer.php on line 45
.......... 10 / 10 (100%)
Time: 703ms; Memory: 6MB
Code style issues found.
# echo $?
1
Opravný pull request: https://github.com/…dard/pull/50
Editoval skrivy (3. 9. 7:31)