Fix some phpdoc

This commit is contained in:
Frederic Guillot
2017-10-18 10:57:15 -07:00
parent 5ad1a42a34
commit 06ebe07ddd
6 changed files with 0 additions and 6 deletions

View File

@@ -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)
{