dek-cz/coding-standard

There is no license information available for the latest version (1.0.6) of this package.

Dek Coding Style

1.0.6 2023-01-24 12:49 UTC

This package is auto-updated.

Last update: 2024-03-24 15:29:47 UTC


README

Downloads this Month Latest stable

DEK coding style rules of PHPCodeSniffer.

Installation

Install the dek-cz/coding-standard with Composer:

composer require --dev dek-cz/coding-standard

Usage

Just include the ruleset.xml standard in you project's ruleset.xml

<?xml version="1.0"?>
<ruleset name="My Project">
    <rule ref="vendor/dek-cz/coding-standard/DekCodingStandard/ruleset.xml"/>

    <!-- custom settings -->
</ruleset>