diff --git a/src/Exporter.php b/src/Exporter.php index 864ae9a..55d78b9 100644 --- a/src/Exporter.php +++ b/src/Exporter.php @@ -38,8 +38,14 @@ use UnitEnum; final readonly class Exporter { + /** + * @var positive-int + */ private int $shortenArraysLongerThan; + /** + * @param positive-int $shortenArraysLongerThan + */ public function __construct(int $shortenArraysLongerThan = 10) { $this->shortenArraysLongerThan = $shortenArraysLongerThan;