@@ -35,7 +35,6 @@ public function __construct(
3535 private PropertyReflectionFinder $ propertyReflectionFinder ,
3636 private Parser $ parser ,
3737 private NodeScopeResolver $ nodeScopeResolver ,
38- private RicherScopeGetTypeHelper $ richerScopeGetTypeHelper ,
3938 private PhpVersion $ phpVersion ,
4039 private AttributeReflectionFactory $ attributeReflectionFactory ,
4140 private int |array |null $ configPhpVersion ,
@@ -82,7 +81,6 @@ public function create(
8281 $ this ->propertyReflectionFinder ,
8382 $ this ->parser ,
8483 $ this ->nodeScopeResolver ,
85- $ this ->richerScopeGetTypeHelper ,
8684 $ this ->constantResolver ,
8785 $ context ,
8886 $ this ->phpVersion ,
@@ -120,7 +118,6 @@ public function toFiberFactory(): InternalScopeFactory
120118 $ this ->propertyReflectionFinder ,
121119 $ this ->parser ,
122120 $ this ->nodeScopeResolver ,
123- $ this ->richerScopeGetTypeHelper ,
124121 $ this ->phpVersion ,
125122 $ this ->attributeReflectionFactory ,
126123 $ this ->configPhpVersion ,
@@ -143,7 +140,6 @@ public function toMutatingFactory(): InternalScopeFactory
143140 $ this ->propertyReflectionFinder ,
144141 $ this ->parser ,
145142 $ this ->nodeScopeResolver ,
146- $ this ->richerScopeGetTypeHelper ,
147143 $ this ->phpVersion ,
148144 $ this ->attributeReflectionFactory ,
149145 $ this ->configPhpVersion ,
0 commit comments