Completed
Push — master ( cad668...977f99 )
by Andreas
10s
created
src/Entity/Cfp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 
106 106
     public function addTag($tag)
107 107
     {
108
-        if (! in_array($tag, $this->tags)) {
108
+        if (!in_array($tag, $this->tags)) {
109 109
             $this->tags[] = $tag;
110 110
         }
111 111
     }
Please login to merge, or discard this patch.