Skip to content

Commit

Permalink
Fix some phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
alamirault authored and fabpot committed Feb 13, 2023
1 parent c4b6c34 commit 144cb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comparator/NumberComparator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
class NumberComparator extends Comparator
{
/**
* @param string|int $test A comparison string or an integer
* @param string|null $test A comparison string or null
*
* @throws \InvalidArgumentException If the test is not understood
*/
Expand Down

0 comments on commit 144cb62

Please sign in to comment.