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