Skip to content

Commit

Permalink
remove a semi-colon in pattern for File expression language
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Apr 25, 2024
1 parent 047a7eb commit 6055372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExpressionLanguage/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function (string $value): string {
\fseek($resource, 0, \SEEK_SET);
return \stream_get_meta_data($resource)['uri'];
})();
})()
PHP;

return sprintf($pattern, $value);
Expand Down

0 comments on commit 6055372

Please sign in to comment.