Skip to content

Commit

Permalink
Fixed cs styles for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Giesenow committed Jan 8, 2024
1 parent 47b22b9 commit 9e9c5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AutoReview/CiConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ private function getPhpVersionsUsedByGitHubDocker(): array
$yaml = Yaml::parse(file_get_contents(__DIR__.'/../../.github/workflows/docker.yml'));

return array_map(
static fn($item) => $item['php-version'],
static fn ($item) => $item['php-version'],
$yaml['jobs']['build-and-push-image']['strategy']['matrix']['include']
);
}
Expand Down

0 comments on commit 9e9c5db

Please sign in to comment.