@@ -27,7 +27,7 @@ |
||
| 27 | 27 | |
| 28 | 28 | $result = \array_filter( |
| 29 | 29 | $result, |
| 30 | - static fn (array $row) => $row['host'] === $address |
|
| 30 | + static fn(array $row) => $row['host'] === $address |
|
| 31 | 31 | ); |
| 32 | 32 | |
| 33 | 33 | if (0 === \count($result)) { |