We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8d046 commit 2fe1680Copy full SHA for 2fe1680
src/Source/GitDiff/Fetcher/Source/AbstractGitSource.php
@@ -50,7 +50,7 @@ public function createFileInfos(string $repository, string $commitReference, str
50
$this->files->write((string) $tempFile, $diff);
51
52
// Create a file info object with additional metadata
53
- $fileInfos[] = new class($tempFile, $file, $diff) extends SplFileInfo {
+ $fileInfos[] = new class((string) $tempFile, $file, $diff) extends SplFileInfo {
54
private readonly string $originalPath;
55
56
public function __construct(
0 commit comments