Skip to content

Instantly share code, notes, and snippets.

@mniewrzal
Created October 23, 2016 15:34
Show Gist options
  • Save mniewrzal/410c2183b7e4e456be8388293dfb512a to your computer and use it in GitHub Desktop.
Save mniewrzal/410c2183b7e4e456be8388293dfb512a to your computer and use it in GitHub Desktop.
phpcs.xml
<?xml version="1.0"?>
<ruleset name="PHP Language Server">
<rule ref="PSR2">
<exclude name="PSR2.Namespaces.UseDeclaration"/>
</rule>
</ruleset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment