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 9277609 commit bde96c8Copy full SHA for bde96c8
src/Dependency/NodeDependencies.php
@@ -2,7 +2,6 @@
2
3
namespace PHPStan\Dependency;
4
5
-use PHPStan\File\FileHelper;
6
use PHPStan\Reflection\ClassReflection;
7
use PHPStan\Reflection\FunctionReflection;
8
use function array_values;
@@ -14,7 +13,6 @@ final class NodeDependencies
14
13
* @param array<int, ClassReflection|FunctionReflection> $reflections
15
*/
16
public function __construct(
17
- private FileHelper $fileHelper,
18
private array $reflections,
19
private ?RootExportedNode $exportedNode,
20
)
0 commit comments