Skip to content

Commit

Permalink
Corrected Invalid Docblock
Browse files Browse the repository at this point in the history
Badly-formatted @param in docblock for Eris\TestTrait::limitTo (see https://psalm.dev/008) corrected
  • Loading branch information
Felix Jahn authored and ilario-pierbattista committed Mar 19, 2021
1 parent d27e532 commit fa67291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function ($listener) use ($className) {
}

/**
* @param integer|DateInterval
* @param integer|DateInterval $limit
* @return self
*/
protected function limitTo($limit)
Expand Down

0 comments on commit fa67291

Please sign in to comment.