Skip to content

Commit bde96c8

Browse files
committed
cs
1 parent 9277609 commit bde96c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Dependency/NodeDependencies.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PHPStan\Dependency;
44

5-
use PHPStan\File\FileHelper;
65
use PHPStan\Reflection\ClassReflection;
76
use PHPStan\Reflection\FunctionReflection;
87
use function array_values;
@@ -14,7 +13,6 @@ final class NodeDependencies
1413
* @param array<int, ClassReflection|FunctionReflection> $reflections
1514
*/
1615
public function __construct(
17-
private FileHelper $fileHelper,
1816
private array $reflections,
1917
private ?RootExportedNode $exportedNode,
2018
)

0 commit comments

Comments
 (0)