Passed
Push — develop ( a66c2b...bf9913 )
by Septianata
13:27 queued 13s
created
src/DataSet/DataSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      */
85 85
     public function remove($value): bool
86 86
     {
87
-        if (! $this->contains($value)) {
87
+        if (!$this->contains($value)) {
88 88
             return false;
89 89
         }
90 90
 
Please login to merge, or discard this patch.