We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f13adde + a8b19bc commit 9487c84Copy full SHA for 9487c84
src/Parser.php
@@ -38,7 +38,7 @@ class Parser
38
/**
39
* Check if parsed parameters has param.
40
*
41
- * @param string $key The parameter's "key"
+ * @param string|int $key The parameter's "key"
42
* @return bool
43
*/
44
public function has($key): bool
@@ -49,7 +49,7 @@ public function has($key): bool
49
50
* Get value from parsed parameters.
51
52
53
* @param mixed $default A default value in case the key is not set
54
* @return mixed
55
0 commit comments