Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
[cs] Remove psr0 check
Browse files Browse the repository at this point in the history
Project is PSR-4 compliant and php-cs-fixer psr0 is bugged (sometimes change to lowercase subnamaspace PHP-CS-Fixer/PHP-CS-Fixer#1161)
  • Loading branch information
Maks3w committed May 24, 2015
1 parent bb7eabf commit 64199f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs
Expand Up @@ -31,7 +31,6 @@ $config->fixers(
'method_argument_space',
'object_operator',
'php_closing_tag',
'psr0',
'remove_lines_between_uses',
'short_tag',
'standardize_not_equal',
Expand Down

0 comments on commit 64199f3

Please sign in to comment.