Skip to content

Commit

Permalink
add missing phpdoc in new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmuffme committed Dec 13, 2023
1 parent af39782 commit 66445a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TypeReconciliation/ConditionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ function foo($param, $param2) {
/**
* @param int|string $param
* @param float|string $param2
* * @return void
*/
function foo($param, $param2) {
if ($param === $param2) {
Expand Down

0 comments on commit 66445a1

Please sign in to comment.