Skip to content
Snippets Groups Projects
Unverified Commit e56677da authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

phpdoc

parent ad1c1e3f
No related branches found
No related tags found
No related merge requests found
...@@ -192,7 +192,7 @@ class Database ...@@ -192,7 +192,7 @@ class Database
* @param array $params Parameters * @param array $params Parameters
* *
* @throws \Exception If an error happens while trying to execute the query. * @throws \Exception If an error happens while trying to execute the query.
* @return \PDOStatement object * @return bool|\PDOStatement object
*/ */
private function query($db, $stmt, $params) private function query($db, $stmt, $params)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment