@@ -25,7 +25,7 @@ |
||
25 | 25 | if (!is_array($this->enumeration)) { |
26 | 26 | $this->enumeration = []; |
27 | 27 | } |
28 | - $this->handleAddArray($enumerationValue) ? :$this->enumeration[] = $enumerationValue; |
|
28 | + $this->handleAddArray($enumerationValue) ?: $this->enumeration[] = $enumerationValue; |
|
29 | 29 | } |
30 | 30 | /** |
31 | 31 | * @param string $enumerationValue adds a value to the enumeration set |