Skip to content

Commit

Permalink
Docblock fixes (webmozarts#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrontEndCoffee authored and BackEndTea committed Oct 15, 2019
1 parent 8c707ac commit 1a7e1d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -931,9 +931,9 @@ public static function lessThanEq($value, $limit, $message = '')
/**
* Inclusive range, so Assert::(3, 3, 5) passes.
*
* @param mixed $value
* @param mixed min
* @param mixed max
* @param mixed $value
* @param mixed $min
* @param mixed $max
* @param string $message
*
* @throws InvalidArgumentException
Expand Down

0 comments on commit 1a7e1d9

Please sign in to comment.