We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c11ada commit 7d37facCopy full SHA for 7d37fac
src/Annotation/AbstractWebContextParam.php
@@ -28,7 +28,7 @@ abstract class AbstractWebContextParam implements NamedArgumentConstructorAnnota
28
*/
29
public $param;
30
31
- public function __construct(string $key = '', string $param = '')
+ public function __construct(string $key, string $param = '')
32
{
33
$this->key = $key;
34
$this->param = $param;
0 commit comments