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.
1 parent 6909a91 commit 1d72881Copy full SHA for 1d72881
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