r-tk/rtk-coding-standard

RTK Coding Standard

0.0.5 2023-07-08 12:58 UTC

This package is auto-updated.

Last update: 2024-04-08 14:36:47 UTC


README

Latest version License Total Downloads

install with composer:

composer require --dev r-tk/rtk-coding-standard

link phpcs.xml

<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="RTK Coding Standard">

	<rule ref="./vendor/r-tk/rtk-coding-standard/phpcs.xml"/>

	<file>./src</file>
	<file>./tests</file>

</ruleset>

reference