This library follows PSR-2 coding style. When sending pull requests, always make sure your code follows this standard.
To check your code, run:
composer install
make lint
# Or...
vendor/bin/phpcs --standard=PSR2 -p Dreamscapes
This library follows PSR-2 coding style. When sending pull requests, always make sure your code follows this standard.
To check your code, run:
composer install
make lint
# Or...
vendor/bin/phpcs --standard=PSR2 -p Dreamscapes