Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisneal committed Aug 2, 2023
1 parent 4c79828 commit add7f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Docker.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static function buildCommand($project, $environment, $cliDockerArgs, $man
})
->merge(Collection::make($cliDockerArgs)
->mapWithKeys(function ($value) {
if (!str_contains($value, '=')) {
if (! str_contains($value, '=')) {
return [$value => null];
}

Expand Down

0 comments on commit add7f44

Please sign in to comment.