Skip to content

Commit 9ef6270

Browse files
authored
Update Common.php
1 parent 346449e commit 9ef6270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Util/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static function realpath($path)
7070
}
7171
}
7272

73-
// Check for process substitution
73+
// Check for process substitution.
7474
if (strpos($path, '/dev/fd') === 0) {
7575
return str_replace('/dev/fd', 'php://fd', $path);
7676
}

0 commit comments

Comments
 (0)