We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ab692 commit d8c13d3Copy full SHA for d8c13d3
ParameterBag.php
@@ -39,7 +39,7 @@ public function __construct(array $parameters = [])
39
*
40
* @return array
41
*/
42
- public function all(/* string $key = null */)
+ public function all(/* ?string $key = null */)
43
{
44
$key = \func_num_args() > 0 ? func_get_arg(0) : null;
45
0 commit comments