mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2024-11-05 04:57:52 +00:00
7 lines
145 B
Bash
7 lines
145 B
Bash
|
#!/bin/bash
|
||
|
echo "Fixing src/ folder"
|
||
|
php-cs-fixer fix src/ --level=symfony
|
||
|
|
||
|
echo "Fixing tests/ folder"
|
||
|
php-cs-fixer fix tests/ --level=symfony
|