Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 611 Bytes

File metadata and controls

31 lines (22 loc) · 611 Bytes

SPIP Standard Coding Rules for PHP_CodeSniffer

This is a set of rules for PHP CodeSniffer that checks for SPIP Coding Standard and PHP Compatibility for SPIP v4.0+.

Installation

composer require --dev dealerdirect/phpcodesniffer-composer-installer spip/coding-standards

Usage

vendor/bin/phpcs --standard=SCS1 /path/to/file

or create a phpcs.xml file containing this:

<?xml version="1.0"?>
<ruleset>
    <file>/path/to/file</file>
    <rule ref="SCS1" />
</ruleset>

and run :

vendor/bin/phpcs