Skip to content

Commit 1d72881

Browse files
mrrobot47Copilot
andauthored
Update php/EE/Runner.php
Co-authored-by: Copilot <[email protected]>
1 parent 6909a91 commit 1d72881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/EE/Runner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function check_requirements( $show_error = true ) {
109109
// All retries exhausted.
110110
$status = false;
111111
$docker_running = false;
112-
$error[] = 'Docker not installed or not running (checked ' . $max_retries . ' times).';
112+
$error[] = "Docker not installed or not running (checked {$max_retries} times).";
113113
}
114114
}
115115

0 commit comments

Comments
 (0)