diff --git a/docs/component/type.md b/docs/component/type.md index a109904d..3ab40e1f 100644 --- a/docs/component/type.md +++ b/docs/component/type.md @@ -44,7 +44,7 @@ - [num](./../../src/Psl/Type/num.php#L10) - [object](./../../src/Psl/Type/object.php#L10) - [optional](./../../src/Psl/Type/optional.php#L14) -- [positive_int](./../../src/Psl/Type/positive_int.php#L12) ( deprecated ) +- [positive_int](./../../src/Psl/Type/positive_int.php#L12) - [resource](./../../src/Psl/Type/resource.php#L12) - [scalar](./../../src/Psl/Type/scalar.php#L10) - [shape](./../../src/Psl/Type/shape.php#L15) diff --git a/src/Psl/Type/positive_int.php b/src/Psl/Type/positive_int.php index 0bdc1ada..93275697 100644 --- a/src/Psl/Type/positive_int.php +++ b/src/Psl/Type/positive_int.php @@ -7,7 +7,7 @@ /** * @return TypeInterface * - * @deprecated use {@see uint} instead. + * @ara-return TypeInterface<0|uint> */ function positive_int(): TypeInterface {