Skip to content

Commit

Permalink
more test
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jan 17, 2024
1 parent ec3d9de commit 2324122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Stub/FileWithClasses55.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function noGeneratorFunc()
return 10;
}

private function testParam($a, $b = null, $d = self::TEST, $e = M_PI) {}
private function testParam($a, $b = null, $d = self::TEST, $e = M_PI, $f = \M_PI) {}
}

class ClassWithProperties
Expand Down

0 comments on commit 2324122

Please sign in to comment.