Skip to content

Commit 1bffa3c

Browse files
authored
Merge pull request #9013 from kenjis/refactor-Filters
[4.6] refactor: add `: void`
2 parents dc9adb1 + e7f7ec5 commit 1bffa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Filters/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ private function getCleanName(string $filter): array
617617
[$alias, $arguments] = explode(':', $filter);
618618

619619
$arguments = explode(',', $arguments);
620-
array_walk($arguments, static function (&$item) {
620+
array_walk($arguments, static function (&$item): void {
621621
$item = trim($item);
622622
});
623623

0 commit comments

Comments
 (0)