mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 19:35:33 +01:00
Re-add examples
This commit is contained in:
parent
579c476a54
commit
4e885eea91
12 changed files with 146 additions and 0 deletions
7
examples/php-full/phpcs.xml.dist
Normal file
7
examples/php-full/phpcs.xml.dist
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue