@@ -74,7 +74,7 @@ |
||
74 | 74 | * @param string|null|array $query the SQL statement (or $params) |
75 | 75 | * @param array $params the params array |
76 | 76 | * |
77 | - * @return boolean returns TRUE on success or FALSE on failure. |
|
77 | + * @return DatabaseQueryBuilder returns TRUE on success or FALSE on failure. |
|
78 | 78 | */ |
79 | 79 | public function execute($query = null, $params = []) |
80 | 80 | { |