From 9237620ae2dce87c6c35f51e55bf0522ff67a052 Mon Sep 17 00:00:00 2001 From: Zak Henry Date: Wed, 29 Jul 2015 09:06:28 +1000 Subject: [PATCH] Re-enabled PSR-0 in .styleci.yml --- .styleci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 287979a2..a06277ca 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,7 +1,4 @@ preset: psr2 enabled: - - short_array_syntax - -disabled: - - psr0 \ No newline at end of file + - short_array_syntax \ No newline at end of file