Passed
Push — master ( 948102...a23a3c )
by Fran
03:21
created
src/autoload.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
             $path = str_replace("\\", DIRECTORY_SEPARATOR, $class);
20 20
 
21 21
             // filepath
22
-            $abs_path = SOURCE_DIR . DIRECTORY_SEPARATOR . $path . ".php";
22
+            $abs_path = SOURCE_DIR.DIRECTORY_SEPARATOR.$path.".php";
23 23
 
24 24
             // require the file
25 25
             if (file_exists($abs_path)) {
Please login to merge, or discard this patch.