Commit 1fb85394 authored by jeroendedauw's avatar jeroendedauw

Remove type hint template clutter

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