Skip to content

Commit 3c36010

Browse files
[VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var
1 parent 6dc3c76 commit 3c36010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ErrorRenderer/FileLinkFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FileLinkFormatter
3030
private \Closure|string|null $urlFormat;
3131

3232
/**
33-
* @param string|\Closure $urlFormat the URL format, or a closure that returns it on-demand
33+
* @param string|\Closure $urlFormat The URL format, or a closure that returns it on-demand
3434
*/
3535
public function __construct(string|array|null $fileLinkFormat = null, ?RequestStack $requestStack = null, ?string $baseDir = null, string|\Closure|null $urlFormat = null)
3636
{

0 commit comments

Comments
 (0)