Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Oct 29, 2017
1 parent dff9966 commit 1f0d959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function toArray()
*
* @param string $method
* @param array $parameters
* @return void
* @return $this
*
* @throws \BadMethodCallException
*/
Expand All @@ -156,7 +156,7 @@ public function __call($method, $parameters)
*
* @param string $method
* @param array $parameters
* @return void
* @return static
*
* @throws \BadMethodCallException
*/
Expand Down

0 comments on commit 1f0d959

Please sign in to comment.