summaryrefslogtreecommitdiffstats
path: root/tests/Utils/RoutineTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils/RoutineTest.php')
-rw-r--r--tests/Utils/RoutineTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Utils/RoutineTest.php b/tests/Utils/RoutineTest.php
index ee47b97..3fe38c6 100644
--- a/tests/Utils/RoutineTest.php
+++ b/tests/Utils/RoutineTest.php
@@ -10,6 +10,7 @@ class RoutineTest extends TestCase
{
/**
* @dataProvider getReturnTypeProvider
+ * @param mixed $def
*/
public function testGetReturnType($def, array $expected)
{
@@ -49,6 +50,7 @@ class RoutineTest extends TestCase
/**
* @dataProvider getParameterProvider
+ * @param mixed $def
*/
public function testGetParameter($def, array $expected)
{
@@ -88,6 +90,7 @@ class RoutineTest extends TestCase
/**
* @dataProvider getParametersProvider
+ * @param mixed $query
*/
public function testGetParameters($query, array $expected)
{