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 5ef62df commit c19e56aCopy full SHA for c19e56a
src/Type/Constant/ConstantArrayType.php
@@ -478,6 +478,7 @@ public function getCallableParametersAcceptors(ClassMemberAccessAnswerer $scope)
478
}
479
480
$method = $typeAndMethodName->getType()
481
+ ->getObjectTypeOrClassStringObjectType()
482
->getMethod($typeAndMethodName->getMethod(), $scope);
483
484
if (!$scope->canCallMethod($method)) {
0 commit comments