vincent-peugnet / antilope

Antilope private tracker for IRL sharing, allowing members to share anything inside communities.
https://antilope-alpha.club1.fr/
GNU Affero General Public License v3.0
9 stars 2 forks source link

Check tools part2 #23

Closed n-peugnet closed 3 years ago

n-peugnet commented 3 years ago

To fix most of PHPCS errors you can run the following command:

composer fix

All of the commands I added are composer scripts that you can check in composer.json: https://github.com/vincent-peugnet/antilope/blob/f20b95fc97dd95dc8529a92e386aeff1ca497df4/composer.json#L98-L116 Part of #17