diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-18 10:57:15 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-18 10:57:15 -0700 |
commit | 06ebe07ddd919c7cf5eb55c04f2d056ce7ef0432 (patch) | |
tree | b06b4d0a056545fa31f3c4a5f105136c68a5134e /app/Job/HttpAsyncJob.php | |
parent | 5ad1a42a34e4e463a94971a5edec95f9b5716b14 (diff) |
Fix some phpdoc
Diffstat (limited to 'app/Job/HttpAsyncJob.php')
-rw-r--r-- | app/Job/HttpAsyncJob.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Job/HttpAsyncJob.php b/app/Job/HttpAsyncJob.php index 9e5cf107..f2e9b3f5 100644 --- a/app/Job/HttpAsyncJob.php +++ b/app/Job/HttpAsyncJob.php @@ -34,7 +34,6 @@ class HttpAsyncJob extends BaseJob * @param string $url * @param string $content * @param array $headers - * @return $this */ public function execute($method, $url, $content, array $headers) { |