Completed
Pull Request — final (#303)
by Georges
02:44
created
src/autoload.php 1 patch
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@
 block discarded – undo
32 32
 
33 33
         if (is_readable($path)) {
34 34
             require_once $path;
35
-        }else{
35
+        } else{
36 36
             trigger_error('Cannot locate the Psr/Cache files', E_USER_ERROR);
37 37
             return;
38 38
         }
39
-    }else{
39
+    } else{
40 40
         // Unsupported entity
41 41
         return;
42 42
     }
Please login to merge, or discard this patch.