We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df58ba3 commit 87e0d10Copy full SHA for 87e0d10
Dumper/ContextProvider/SourceContextProvider.php
@@ -29,7 +29,7 @@ final class SourceContextProvider implements ContextProviderInterface
29
private int $limit;
30
private ?string $charset;
31
private ?string $projectDir;
32
- private ?FileLinkFormatter $fileLinkFormatter;
+ private FileLinkFormatter|LegacyFileLinkFormatter|null $fileLinkFormatter;
33
34
public function __construct(string $charset = null, string $projectDir = null, FileLinkFormatter|LegacyFileLinkFormatter $fileLinkFormatter = null, int $limit = 9)
35
{
0 commit comments