Skip to content

Commit 235db69

Browse files
authored
Merge branch refs/heads/1.10.x into 1.11.x
2 parents a89f155 + 5d9a89d commit 235db69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Type/Php/DsMapDynamicMethodThrowTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function isMethodSupported(MethodReflection $methodReflection): bool
1919
&& ($methodReflection->getName() === 'get' || $methodReflection->getName() === 'remove');
2020
}
2121

22-
public function getThrowTypeFromMethodCall(MethodReflection $methodReflection, MethodCall $methodCall, Scope $scope): Type|null
22+
public function getThrowTypeFromMethodCall(MethodReflection $methodReflection, MethodCall $methodCall, Scope $scope): ?Type
2323
{
2424
if (count($methodCall->args) < 2) {
2525
return $methodReflection->getThrowType();

0 commit comments

Comments
 (0)