diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-07-03 10:46:51 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-07-03 10:47:15 +0200 |
commit | 9b10d354777f7eea21820aec522c4865fb1663fe (patch) | |
tree | 61784d891660e9e37fa70fc8b26f700c17c081c4 /lib/public/BackgroundJob | |
parent | 5e985c61dc61f21c9daa9a50a9ac5a1179e5ea3f (diff) | |
download | nextcloud-server-9b10d354777f7eea21820aec522c4865fb1663fe.tar.gz nextcloud-server-9b10d354777f7eea21820aec522c4865fb1663fe.zip |
Fix wrong phpdoc for execute method
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib/public/BackgroundJob')
-rw-r--r-- | lib/public/BackgroundJob/IJob.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/BackgroundJob/IJob.php b/lib/public/BackgroundJob/IJob.php index 985b5e973b6..e9c8ddedeea 100644 --- a/lib/public/BackgroundJob/IJob.php +++ b/lib/public/BackgroundJob/IJob.php @@ -38,7 +38,7 @@ interface IJob { /** * Run the background job with the registered argument * - * @param \OCP\BackgroundJob\IJobList $jobList The job list that manages the state of this job + * @param IJobList $jobList The job list that manages the state of this job * @param ILogger|null $logger * @since 7.0.0 */ |