phpdoc correction

This commit is contained in:
Han Lin Yap 2011-12-04 15:00:14 +01:00
parent 1c97dccaef
commit 287433193d
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ protected function transform($sql, $bindings)
* Execute a prepared PDO statement and return the appropriate results. * Execute a prepared PDO statement and return the appropriate results.
* *
* @param PDOStatement $statement * @param PDOStatement $statement
* @param array $results * @param array $bindings
* @return mixed * @return mixed
*/ */
protected function execute(PDOStatement $statement, $bindings) protected function execute(PDOStatement $statement, $bindings)