Passed
Push — master ( fc56c6...359ec9 )
by Fabio
04:42
created
framework/PradoBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -356,7 +356,7 @@
 block discarded – undo
356 356
 				if (class_exists($className, false) || interface_exists($className, false))
357 357
 					return;
358 358
 
359
-				if(file_exists($path)) {
359
+				if (file_exists($path)) {
360 360
 					include_once($path);
361 361
 					if (!class_exists($className, false) && !interface_exists($className, false)) {
362 362
 						class_alias($namespace, $className);
Please login to merge, or discard this patch.