Skip to content

Commit 9277609

Browse files
committed
Remove path normalizing from NodeDependencies
1 parent d08d0c2 commit 9277609

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Dependency/NodeDependencies.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function getFileDependencies(string $currentFile, array $analysedFiles):
4242
if ($dependencyFile === null) {
4343
continue;
4444
}
45-
$dependencyFile = $this->fileHelper->normalizePath($dependencyFile);
4645

4746
if ($currentFile === $dependencyFile) {
4847
continue;

0 commit comments

Comments
 (0)