1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Fixed typo in AbstractQuery::execute() doc

This commit is contained in:
Romain Pouclet 2011-02-25 13:41:31 +01:00 committed by Jonathan H. Wage
parent afc9495b3f
commit 9125413786

View File

@ -486,7 +486,7 @@ abstract class AbstractQuery
/**
* Executes the query.
*
* @param string $params Any additional query parameters.
* @param array $params Any additional query parameters.
* @param integer $hydrationMode Processing mode to be used during the hydration process.
* @return mixed
*/