<?xml version="1.0"?>

<ruleset name="PHP Coding Standards">

	<description>PHP Coding Standards</description>

    <rule ref="Generic.NamingConventions.UpperCaseConstantName"/>
    <rule ref="Generic.CodeAnalysis.UnusedFunctionParameter"/>
    <rule ref="Generic.Strings.UnnecessaryStringConcat"/>
    
	<rule ref="PSR2" />

	<exclude-pattern>node_modules</exclude-pattern>

	<exclude-pattern>vendor</exclude-pattern>

</ruleset>