Skip to content

Commit

Permalink
Update tests/TypeReconciliation/ConditionalTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Feb 19, 2023
1 parent a25fe35 commit 38cc316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TypeReconciliation/ConditionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function foo ($a) {
* @param scalar $v
* @return bool|string
*/
function toString($)
function toString($v)
{
if (is_numeric($v)) {
return false;
Expand Down

0 comments on commit 38cc316

Please sign in to comment.