Passed
Pull Request — master (#30)
by Christopher
02:04
created
src/Facets/EnumerationTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.