Update phpDoc
This commit is contained in:
parent
9f13557d14
commit
b42c36f472
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ class HydratorMockStatement implements \IteratorAggregate, Statement
|
|||
/**
|
||||
* Fetches all rows from the result set.
|
||||
*
|
||||
* @param null $fetchMode
|
||||
* @param null $fetchArgument
|
||||
* @param int|null $fetchMode
|
||||
* @param int|null $fetchArgument
|
||||
* @param array|null $ctorArgs
|
||||
* @return array
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue