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 51a3d1f commit a152d4cCopy full SHA for a152d4c
src/ExpressionLanguage/Download.php
@@ -15,7 +15,7 @@ public function __construct(string $name)
15
function (string $value, string $context = ''): string {
16
$pattern = <<<'PHP'
17
(function () use($input) {
18
- $resource = \fopen(%s %s, 'r');
+ $resource = \fopen(%s%s, 'r');
19
if ($resource === false) {
20
throw new \RuntimeException('Could not open file.');
21
}
0 commit comments