2016-10-23 11:23:32 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="PHP Language Server">
|
2016-10-24 16:58:42 +00:00
|
|
|
<file>src</file>
|
|
|
|
<file>tests</file>
|
2016-10-24 16:59:06 +00:00
|
|
|
<rule ref="PSR2">
|
|
|
|
<exclude name="PSR2.Namespaces.UseDeclaration.MultipleDeclarations"/>
|
2016-10-24 17:12:32 +00:00
|
|
|
<exclude name="PSR2.ControlStructures.ElseIfDeclaration.NotAllowed"/>
|
|
|
|
<exclude name="PSR2.ControlStructures.ControlStructureSpacing.SpacingAfterOpenBrace"/>
|
2016-10-24 16:59:06 +00:00
|
|
|
</rule>
|
2016-10-23 11:23:32 +00:00
|
|
|
</ruleset>
|