Skip to content

Commit

Permalink
Revert change made for the 1.x branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 24, 2023
1 parent 57ff04d commit 24eb099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Configurator/DockerComposeConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private function normalizeConfig(array $config): array
return ['compose.yaml' => $config];
}

if (strncmp($key, 'docker-', 7)) {
if (!str_starts_with($key, 'docker-')) {
continue;
}

Expand Down

0 comments on commit 24eb099

Please sign in to comment.