Skip to content

Commit f38268c

Browse files
Merge branch '5.4' into 6.2
* 5.4: Fix some phpdoc [ErrorHandler] Do not patch return statements in closures [DI] keep `proxy` tag on original definition when decorating
2 parents 85f2e41 + 144cb62 commit f38268c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Comparator/NumberComparator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
class NumberComparator extends Comparator
3636
{
3737
/**
38-
* @param string|int $test A comparison string or an integer
38+
* @param string|null $test A comparison string or null
3939
*
4040
* @throws \InvalidArgumentException If the test is not understood
4141
*/

0 commit comments

Comments
 (0)