Passed
Push — toutputcache ( 5d3bd9 )
by Fabio
10:21
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.