8000 fix expected argument type docblock · symfony/symfony@e5c6c9a · GitHub
[go: up one dir, main page]

Skip to content

Commit e5c6c9a

Browse files
committed
fix expected argument type docblock
1 parent 87c08d5 commit e5c6c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/ParameterBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public function getDigits($key, $default = '', $deep = false)
215215
* Returns the parameter value converted to integer.
216216
*
217217
* @param string $key The parameter key
218-
* @param mixed $default The default value if the parameter key does not exist
218+
* @param int $default The default value if the parameter key does not exist
219219
* @param bool $deep If true, a path like foo[bar] will find deeper items
220220
*
221221
* @return int The filtered value

0 commit comments

Comments
 (0)
0