Passed
Push — fix_724 ( 59af4b...f7b312 )
by Fabio
25:34 queued 17:48
created
framework/Util/TSimpleDateFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
 				$token .= $this->charAt($pattern, $i_format++);
254 254
 			}
255 255
 
256
-			switch($token)
256
+			switch ($token)
257 257
 			{
258 258
 				case 'yyyy':
259 259
 				case 'yy':
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.