diff options
Diffstat (limited to 'lib/private/Diagnostics/Query.php')
-rw-r--r-- | lib/private/Diagnostics/Query.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Diagnostics/Query.php b/lib/private/Diagnostics/Query.php index 81610074709..020fc4bb512 100644 --- a/lib/private/Diagnostics/Query.php +++ b/lib/private/Diagnostics/Query.php @@ -56,7 +56,7 @@ class Query implements IQuery { public function getStart() { return $this->start; } - + /** * @return float */ |