Completed
Push — v1 ( 7346d5...80de49 )
by Dominik
09:51 queued 06:37
created
src/Igorw/Silex/JsonConfigDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $json = file_get_contents($filename);
28 28
 
29 29
         // handle empty as []
30
-        if(empty($json)) {
30
+        if (empty($json)) {
31 31
             return array();
32 32
         }
33 33
 
Please login to merge, or discard this patch.