phpdoc correction
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user