Passed
Push — prado-4.1 ( f283f5 )
by Fabio
08:59
created
framework/Util/TFirebugLogRoute.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 
82 82
 	console.log ("[Tot Time] [Time    ] [Level] [Category] [Message]");
83 83
 
84
-EOD;
84
+eod;
85 85
 		}
86 86
 
87 87
 		return $string;
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
 }
122 122
 </script>
123 123
 
124
-EOD;
124
+eod;
125 125
 
126 126
 		return $string;
127 127
 	}
Please login to merge, or discard this patch.
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.