Completed
Push — master ( 26df3c...c360c5 )
by Tyler
123:14 queued 58:00
created
src/Components/Recorder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
         $class = !empty($class) ? $class : ExceptionModel::class;
70 70
 
71 71
         $model = new $class();
72
-        foreach($opts as $key => $value) {
72
+        foreach ($opts as $key => $value) {
73 73
             $model->{$key} = $value;
74 74
         }
75 75
 
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
                 }
117 117
                 return $this->getStatusCode($e);
118 118
             default:
119
-                ddd();// what to do here ??????????
119
+                ddd(); // what to do here ??????????
120 120
 //                throw new Exception("{$key} is not supported! Therefore it cannot be collected!");
121 121
         }
122 122
     }
Please login to merge, or discard this patch.