Skip to content
Snippets Groups Projects
Unverified Commit 09d11768 authored by Pascal Thesing's avatar Pascal Thesing Committed by GitHub
Browse files

Add float as parameters hint for static analysis (#307)

parent 323d5089
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ trait ParametersTrait ...@@ -50,7 +50,7 @@ trait ParametersTrait
* *
* @param string $name * @param string $name
* *
* @return array|string|int|bool|\stdClass * @return array|string|int|float|bool|\stdClass
*/ */
public function getParameter($name) public function getParameter($name)
{ {
...@@ -69,7 +69,7 @@ trait ParametersTrait ...@@ -69,7 +69,7 @@ trait ParametersTrait
/** /**
* @param string $name * @param string $name
* @param array|string|int|bool|\stdClass $value * @param array|string|int|float|bool|\stdClass $value
*/ */
public function addParameter($name, $value) public function addParameter($name, $value)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment