sunrise/coding-standard

Sunrise // PHP Coding Standard

v1.0.0 2019-02-24 16:31 UTC

This package is auto-updated.

Last update: 2024-04-15 12:23:02 UTC


README

Latest Stable Version Total Downloads License

Installation

composer require sunrise/coding-standard

How to use?

<?xml version="1.0"?>
<ruleset name="Sunrise Coding Standard">
    <rule ref="./vendor/sunrise/coding-standard/ruleset.xml"/>

    <file>src</file>
    <file>tests</file>
</ruleset>

Useful links