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

@@ -30,7 +30,6 @@ class TaskLinkEventJob extends BaseJob
*
* @param int $taskLinkId
* @param string $eventName
* @return $this
*/
public function execute($taskLinkId, $eventName)
{