File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ public function findTypeAndMethodName(): ?ConstantArrayTypeAndMethod
546
546
$ has = $ has ->and (TrinaryLogic::createMaybe ());
547
547
}
548
548
549
- return ConstantArrayTypeAndMethod::createConcrete ($ type , $ method ->getValue (), $ has );
549
+ return ConstantArrayTypeAndMethod::createConcrete ($ classOrObject , $ method ->getValue (), $ has );
550
550
}
551
551
552
552
return null ;
@@ -593,7 +593,7 @@ public function findTypeAndMethodNames(): array
593
593
$ has = $ has ->and (TrinaryLogic::createMaybe ());
594
594
}
595
595
596
- $ typeAndMethods [] = ConstantArrayTypeAndMethod::createConcrete ($ type , $ method ->getValue (), $ has );
596
+ $ typeAndMethods [] = ConstantArrayTypeAndMethod::createConcrete ($ classOrObject , $ method ->getValue (), $ has );
597
597
}
598
598
599
599
return $ typeAndMethods ;
You can’t perform that action at this time.
0 commit comments