Skip to content
Snippets Groups Projects
Commit 87f1aca2 authored by Tim van Dijen's avatar Tim van Dijen Committed by Tim van Dijen
Browse files

Fix Psalm-issues in Database.php

parent 0eea1baa
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ class Database ...@@ -195,7 +195,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 bool|\PDOStatement object * @return \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