Skip to content

Commit 733d883

Browse files
committed
cleanup
1 parent f090339 commit 733d883

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Analyser/NodeScopeResolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3036,7 +3036,6 @@ static function (): void {
30363036
&& $methodReflection->getName() === '__construct'
30373037
)
30383038
)
3039-
&& $scopeFunction instanceof MethodReflection
30403039
&& $scope->isInClass()
30413040
&& $scope->getClassReflection()->is($methodReflection->getDeclaringClass()->getName())
30423041
) {

0 commit comments

Comments
 (0)