dms/coding-standard
DMS Coding Standard provides a customized PHPCS ruleset for consistent PHP code style across repositories. Based on PSR-1/PSR-2 with Doctrine flavor, enforcing strict_types declarations and return type spacing rules.
Customised PHPCS ruleset to standardise our PHP repositories
Our coding standard is based on PSR-1 and PSR-2, following the Doctrine flavor, with a couple differences:
function (): void {}declare(strict_types=1) at the beginning of a file (1 line after tag, not 2)More info:
How can I help you explore Laravel packages today?