Passed
Push — master ( 38b1fe...1dc501 )
by
unknown
01:39
created
src/Factories/Contingency.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         );
116 116
         $type = strtoupper(str_replace('-', '', $type));
117 117
         if (empty($type)) {
118
-            $type = (string)$list[$acronym];
118
+            $type = (string) $list[$acronym];
119 119
         }
120 120
         $this->config = $this->configBuild($dt->getTimestamp(), $motive, $type);
121 121
         return $this->__toString();
Please login to merge, or discard this patch.