mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-21 20:45:10 +00:00
Change php-cs-fixer runner
This commit is contained in:
parent
325ee1b5b6
commit
da56ce4b3a
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,4 +2,4 @@
|
||||
humbuglog.*
|
||||
/bin/phpunit
|
||||
.coverage
|
||||
.php_cs.cache
|
||||
.php_cs.cache
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
echo "Fixing src/ folder"
|
||||
php-cs-fixer fix src/ --level=symfony
|
||||
php-cs-fixer fix src/
|
||||
|
||||
echo "Fixing tests/ folder"
|
||||
php-cs-fixer fix tests/ --level=symfony
|
||||
php-cs-fixer fix tests/
|
||||
|
Loading…
Reference in New Issue
Block a user