@@ -115,7 +115,7 @@ |
||
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(); |