Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 293 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (9 loc) · 293 Bytes

Coding standards

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