1
0
mirror of synced 2025-02-10 17:29:27 +03:00

Update phpDoc

This commit is contained in:
Mathew Davies 2017-06-08 16:43:18 +01:00
parent 9f13557d14
commit b42c36f472
No known key found for this signature in database
GPG Key ID: BD0A22BD35FBBD6C

View File

@ -30,8 +30,8 @@ class HydratorMockStatement implements \IteratorAggregate, Statement
/** /**
* Fetches all rows from the result set. * Fetches all rows from the result set.
* *
* @param null $fetchMode * @param int|null $fetchMode
* @param null $fetchArgument * @param int|null $fetchArgument
* @param array|null $ctorArgs * @param array|null $ctorArgs
* @return array * @return array
*/ */