Commit 54bfd2da authored by jeroendedauw's avatar jeroendedauw

Remove @param tags that add no value

parent 0eb42992
...@@ -65,9 +65,6 @@ SQLDATA ...@@ -65,9 +65,6 @@ SQLDATA
/** /**
* @dataProvider dataGetPlaceholderPositions * @dataProvider dataGetPlaceholderPositions
* @param $query
* @param $isPositional
* @param $expectedParamPos
*/ */
public function testGetPlaceholderPositions($query, $isPositional, $expectedParamPos) public function testGetPlaceholderPositions($query, $isPositional, $expectedParamPos)
{ {
...@@ -322,12 +319,6 @@ SQLDATA ...@@ -322,12 +319,6 @@ SQLDATA
/** /**
* @dataProvider dataExpandListParameters * @dataProvider dataExpandListParameters
* @param $q
* @param $p
* @param $t
* @param $expectedQuery
* @param $expectedParams
* @param $expectedTypes
*/ */
public function testExpandListParameters($q, $p, $t, $expectedQuery, $expectedParams, $expectedTypes) public function testExpandListParameters($q, $p, $t, $expectedQuery, $expectedParams, $expectedTypes)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment