@@ -84,7 +84,7 @@ |
||
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 |