Commit 1fb85394 authored by jeroendedauw's avatar jeroendedauw

Remove type hint template clutter

parent 6e1c54d4
...@@ -65,9 +65,9 @@ SQLDATA ...@@ -65,9 +65,9 @@ SQLDATA
/** /**
* @dataProvider dataGetPlaceholderPositions * @dataProvider dataGetPlaceholderPositions
* @param type $query * @param $query
* @param type $isPositional * @param $isPositional
* @param type $expectedParamPos * @param $expectedParamPos
*/ */
public function testGetPlaceholderPositions($query, $isPositional, $expectedParamPos) public function testGetPlaceholderPositions($query, $isPositional, $expectedParamPos)
{ {
...@@ -322,12 +322,12 @@ SQLDATA ...@@ -322,12 +322,12 @@ SQLDATA
/** /**
* @dataProvider dataExpandListParameters * @dataProvider dataExpandListParameters
* @param type $q * @param $q
* @param type $p * @param $p
* @param type $t * @param $t
* @param type $expectedQuery * @param $expectedQuery
* @param type $expectedParams * @param $expectedParams
* @param type $expectedTypes * @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