@@ -119,8 +119,7 @@ discard block |
||
119 | 119 | if($datetime instanceof Microtime_ParseResult) |
120 | 120 | { |
121 | 121 | $parsed = $datetime; |
122 | - } |
|
123 | - else |
|
122 | + } else |
|
124 | 123 | { |
125 | 124 | $parsed = $this->parseDate($datetime, $timeZone); |
126 | 125 | } |
@@ -128,8 +127,7 @@ discard block |
||
128 | 127 | try |
129 | 128 | { |
130 | 129 | parent::__construct($parsed->getDateTime(), $parsed->getTimeZone()); |
131 | - } |
|
132 | - catch (Exception $e) |
|
130 | + } catch (Exception $e) |
|
133 | 131 | { |
134 | 132 | throw new Microtime_Exception( |
135 | 133 | 'Failed to create date from string.', |
@@ -82,8 +82,7 @@ discard block |
||
82 | 82 | if(is_array($subject)) |
83 | 83 | { |
84 | 84 | $this->parseSerialized($subject); |
85 | - } |
|
86 | - else |
|
85 | + } else |
|
87 | 86 | { |
88 | 87 | $this->parseException($subject); |
89 | 88 | } |
@@ -374,8 +373,7 @@ discard block |
||
374 | 373 | if(is_integer($code)) |
375 | 374 | { |
376 | 375 | $this->code = $code; |
377 | - } |
|
378 | - else |
|
376 | + } else |
|
379 | 377 | { |
380 | 378 | $this->message = 'Original error code: ['.$code.']. '; |
381 | 379 | } |