Skip to content

Commit

Permalink
prevent type validation
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab committed Mar 14, 2022
1 parent bc36cc3 commit 7c2de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Type/Php/StrContainingTypeSpecifyingExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function specifyTypes(FunctionReflection $functionReflection, FuncCall $n
$args[0]->value,
new IntersectionType($accessories),
$context,
false,
true,
$scope,
);
}
Expand Down

0 comments on commit 7c2de04

Please sign in to comment.