Passed
Pull Request — developer (#16921)
by Arkadiusz
16:28
created
app/Conditions/RecordFields/MultiEmailField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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} */
Please login to merge, or discard this patch.