Skip to content
Snippets Groups Projects
.phpcs.xml 274 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0"?>
    <ruleset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Castopod">
    
        <description>Castopod Host's coding standard based on the PSR-1 standard.</description>
    
    
        <!-- Include the whole PSR-1 standard -->
        <rule ref="PSR1"/>
    </ruleset>