Skip to content

Commit

Permalink
Use static
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Feb 12, 2025
1 parent c694b02 commit e82697b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/checkSwiftContainers.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private function getSwiftContainers(): array {

return array_filter(
explode( "\n", $swiftOutput ),
fn ( string $line ): bool => (bool)$line
static fn ( string $line ): bool => (bool)$line
);
}

Expand Down

0 comments on commit e82697b

Please sign in to comment.