summaryrefslogtreecommitdiffstats
path: root/lib/private/BackgroundJob
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-09 14:55:47 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-07-09 14:55:47 +0200
commit79801ad263f2862106204263a4fbd72cd343df82 (patch)
tree592c80154296c633a0c75da1349ae827122f5229 /lib/private/BackgroundJob
parent8a64433ec91aadad417e595ac63743d1b491b018 (diff)
downloadnextcloud-server-79801ad263f2862106204263a4fbd72cd343df82.tar.gz
nextcloud-server-79801ad263f2862106204263a4fbd72cd343df82.zip
Suppress potential SQL injection warning as they are false positives
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/BackgroundJob')
-rw-r--r--lib/private/BackgroundJob/JobList.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/BackgroundJob/JobList.php b/lib/private/BackgroundJob/JobList.php
index 856354f1590..fab608cf164 100644
--- a/lib/private/BackgroundJob/JobList.php
+++ b/lib/private/BackgroundJob/JobList.php
@@ -180,6 +180,7 @@ class JobList implements IJobList {
* get the next job in the list
*
* @return IJob|null
+ * @suppress SqlInjectionChecker
*/
public function getNext() {
$query = $this->connection->getQueryBuilder();