Skip to content

Commit a152d4c

Browse files
committed
remove useless space in expression
1 parent 51a3d1f commit a152d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExpressionLanguage/Download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function __construct(string $name)
1515
function (string $value, string $context = ''): string {
1616
$pattern = <<<'PHP'
1717
(function () use($input) {
18-
$resource = \fopen(%s %s, 'r');
18+
$resource = \fopen(%s%s, 'r');
1919
if ($resource === false) {
2020
throw new \RuntimeException('Could not open file.');
2121
}

0 commit comments

Comments
 (0)