Skip to content

Commit

Permalink
prevent type validation
Browse files Browse the repository at this point in the history
  • Loading branch information
clxmstaab authored and staabm committed Mar 15, 2022
1 parent b18376d commit 4679a9c
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 4679a9c

Please sign in to comment.