Passed
Push — master ( f8e3f7...025a78 )
by Sebastian
03:51
created
src/Microtime.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -119,8 +119,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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.',
Please login to merge, or discard this patch.
src/ConvertHelper/ThrowableInfo.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,8 +82,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.