Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 27, 2024
1 parent 7d41541 commit c778c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DockerContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function start(): DockerContainerInstance

$process->run();

if (!$process->isSuccessful()) {
if (! $process->isSuccessful()) {
throw CouldNotStartDockerContainer::processFailed($this, $process);
}

Expand Down

0 comments on commit c778c7b

Please sign in to comment.