diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-03 16:53:46 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-03 16:53:46 +0100 |
commit | 2ceae43989cdc342f56c3e620b29b76a8825a748 (patch) | |
tree | ca34e135dc0725d2980f5a05c131e9f3c9d00b83 /lib | |
parent | 1fe7957fd0210c6a3f6ad5c810f1ba5814ff68d6 (diff) | |
parent | 391bc49dabb39e31739c849b83bb490cabf9da3d (diff) | |
download | nextcloud-server-2ceae43989cdc342f56c3e620b29b76a8825a748.tar.gz nextcloud-server-2ceae43989cdc342f56c3e620b29b76a8825a748.zip |
Merge pull request #20545 from owncloud/scan-storage-in-background-job
Move files/ajax/scan.php to background job
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/backgroundjob/ijoblist.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/backgroundjob/ijoblist.php b/lib/public/backgroundjob/ijoblist.php index e2dc348e54d..384f8b3d801 100644 --- a/lib/public/backgroundjob/ijoblist.php +++ b/lib/public/backgroundjob/ijoblist.php @@ -36,7 +36,6 @@ interface IJobList { * * @param \OCP\BackgroundJob\IJob|string $job * @param mixed $argument The argument to be passed to $job->run() when the job is exectured - * @param string $job * @return void * @since 7.0.0 */ |