Skip to content

Commit

Permalink
remove useless space in expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed May 30, 2024
1 parent 51a3d1f commit a152d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpressionLanguage/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct(string $name)
function (string $value, string $context = ''): string {
$pattern = <<<'PHP'
(function () use($input) {
$resource = \fopen(%s %s, 'r');
$resource = \fopen(%s%s, 'r');
if ($resource === false) {
throw new \RuntimeException('Could not open file.');
}
Expand Down

0 comments on commit a152d4c

Please sign in to comment.