aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Diagnostics
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Diagnostics')
-rw-r--r--lib/public/Diagnostics/IQueryLogger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Diagnostics/IQueryLogger.php b/lib/public/Diagnostics/IQueryLogger.php
index 1973168803d..07c999023da 100644
--- a/lib/public/Diagnostics/IQueryLogger.php
+++ b/lib/public/Diagnostics/IQueryLogger.php
@@ -31,7 +31,7 @@ interface IQueryLogger extends SQLLogger {
* Mark the end of the current active query. Ending query should store \OCP\Diagnostics\IQuery to
* be returned with getQueries() method.
*
- * @return mixed
+ * @return void
* @since 8.0.0
*/
public function stopQuery();