@@ -102,7 +102,7 @@ |
||
102 | 102 | public function contains(...$values): bool |
103 | 103 | { |
104 | 104 | foreach ($values as $value) { |
105 | - if (! $this->table->hasKey($value)) { |
|
105 | + if (!$this->table->hasKey($value)) { |
|
106 | 106 | return false; |
107 | 107 | } |
108 | 108 | } |