Skip to content

Commit cb8422a

Browse files
committed
Merge branch '5.0'
* 5.0: Tweak the code to avoid fabbot false positives Remove UPGRADE files for 4.x
2 parents 6cdb2d5 + 464a12e commit cb8422a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipes/WindowsPipes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct($input, bool $haveReadSupport)
5757

5858
if (!$h = fopen($file.'.lock', 'w')) {
5959
restore_error_handler();
60-
throw new RuntimeException(sprintf('A temporary file could not be opened to write the process output: %s.', $lastError));
60+
throw new RuntimeException('A temporary file could not be opened to write the process output: '.$lastError);
6161
}
6262
if (!flock($h, LOCK_EX | LOCK_NB)) {
6363
continue 2;

0 commit comments

Comments
 (0)