1
0
mirror of synced 2025-02-09 08:49:26 +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.
*
* @param null $fetchMode
* @param null $fetchArgument
* @param int|null $fetchMode
* @param int|null $fetchArgument
* @param array|null $ctorArgs
* @return array
*/