@@ -30,7 +30,7 @@ |
||
30 | 30 | /** {@inheritdoc} */ |
31 | 31 | public function operatorE(): bool |
32 | 32 | { |
33 | - return (bool) array_intersect($this->getValue(), explode($this->separator, $this->value)); |
|
33 | + return (bool) array_intersect($this->getValue(), explode($this->separator, $this->value)); |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | /** {@inheritdoc} */ |