Passed
Branch dev (30c359)
by Alan
02:08
created
src/AbstractFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
 	protected function getDefinitions(): array
164 164
 	{
165 165
 		return array_map(
166
-			fn (RuleInterface $rule) => $rule->toArray(),
166
+			fn(RuleInterface $rule) => $rule->toArray(),
167 167
 			$this->getRules()
168 168
 		);
169 169
 	}
Please login to merge, or discard this patch.