@@ -253,7 +253,7 @@ |
||
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': |
@@ -356,7 +356,7 @@ |
||
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); |