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.
1 parent 323d508 commit 09d1176Copy full SHA for 09d1176
src/ParametersTrait.php
@@ -50,7 +50,7 @@ public function removeParameter($name)
50
*
51
* @param string $name
52
53
- * @return array|string|int|bool|\stdClass
+ * @return array|string|int|float|bool|\stdClass
54
*/
55
public function getParameter($name)
56
{
@@ -69,7 +69,7 @@ public function getParameters()
69
70
/**
71
72
- * @param array|string|int|bool|\stdClass $value
+ * @param array|string|int|float|bool|\stdClass $value
73
74
public function addParameter($name, $value)
75
0 commit comments