1<?xml version="1.0" encoding="UTF-8"?>
2<ruleset>
3	<rule ref="PSR2">
4		<exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed" />
5		<exclude name="PSR1.Methods.CamelCapsMethodName.NotCamelCaps" />
6		<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpaceBeforeCloseBrace" />
7		<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace" />
8	</rule>
9	<file>.</file>
10	<arg name="encoding" value="UTF-8"/>
11	<arg name="extensions" value="php"/>
12	<exclude-pattern>vendor</exclude-pattern>
13</ruleset>
14