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

Commit b86cb57

Browse files
committed
[cs] Remove psr0 check
Project is PSR-4 compliant and php-cs-fixer psr0 is bugged (sometimes change to lowercase subnamaspace PHP-CS-Fixer/PHP-CS-Fixer#1161)
1 parent 2408a34 commit b86cb57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.php_cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ $config->fixers(
3131
'method_argument_space',
3232
'object_operator',
3333
'php_closing_tag',
34-
'psr0',
3534
'remove_lines_between_uses',
3635
'short_tag',
3736
'standardize_not_equal',

0 commit comments

Comments
 (0)