Commit 28743319 authored by Han Lin Yap's avatar Han Lin Yap

phpdoc correction

parent 1c97dcca
...@@ -202,7 +202,7 @@ class Connection { ...@@ -202,7 +202,7 @@ class Connection {
* 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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment