Skip to content

Commit dc6703d

Browse files
Add missing param annotation abouts $fileLinkFormat
1 parent 1eb9998 commit dc6703d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DataCollector/DumpDataCollector.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\HttpFoundation\Request;
1515
use Symfony\Component\HttpFoundation\RequestStack;
1616
use Symfony\Component\HttpFoundation\Response;
17+
use Symfony\Component\HttpKernel\Debug\FileLinkFormatter;
1718
use Symfony\Component\Stopwatch\Stopwatch;
1819
use Symfony\Component\VarDumper\Cloner\Data;
1920
use Symfony\Component\VarDumper\Cloner\VarCloner;
@@ -43,6 +44,7 @@ class DumpDataCollector extends DataCollector implements DataDumperInterface
4344
private $sourceContextProvider;
4445

4546
/**
47+
* @param string|FileLinkFormatter|null $fileLinkFormat
4648
* @param DataDumperInterface|Connection|null $dumper
4749
*/
4850
public function __construct(Stopwatch $stopwatch = null, $fileLinkFormat = null, string $charset = null, RequestStack $requestStack = null, $dumper = null)

0 commit comments

Comments
 (0)