Skip to content

Commit

Permalink
Fix docblock typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Oct 10, 2019
1 parent 6ae055f commit c6031a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Assert/LazyAssertion.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ public function tryAll()
}

/**
* @param $method
* @param $args
* @param string $method
* @param array $args
*
* @return static
*/
Expand Down

0 comments on commit c6031a7

Please sign in to comment.