Added PHP_Codesniffer to project to keep the code styles in check

This commit is contained in:
2022-03-06 22:28:58 -05:00
parent 1ab911e7df
commit c36a97b62e
4 changed files with 86 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php
include __DIR__.'/vendor/autoload.php';
include __DIR__ . '/vendor/autoload.php';
use Discord\Discord;
use Discord\Parts\Channel\Message;