Re-add examples

This commit is contained in:
Oliver Davies 2023-01-19 20:04:33 +00:00
parent 579c476a54
commit 4e885eea91
12 changed files with 146 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0"?>
<ruleset name="php-full coding standards">
<description>PHPCS configuration file for php-full.</description>
<file>src</file>
<arg value="np"/>
<rule ref=""/>
</ruleset>