We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b618a1 + 1d72881 commit 9decf6dCopy full SHA for 9decf6d
php/EE/Runner.php
@@ -109,7 +109,7 @@ public function check_requirements( $show_error = true ) {
109
// All retries exhausted.
110
$status = false;
111
$docker_running = false;
112
- $error[] = 'Docker not installed or not running (checked ' . $max_retries . ' times).';
+ $error[] = "Docker not installed or not running (checked {$max_retries} times).";
113
}
114
115
0 commit comments