Skip to content

Commit 6305d5b

Browse files
committed
Fix description for NegativeInteger and PositiveInteger
1 parent fe34f86 commit 6305d5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/PseudoTypes/NegativeInteger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use phpDocumentor\Reflection\Types\Integer;
1919

2020
/**
21-
* Value Object representing the type 'int'.
21+
* Value Object representing the type 'negative-int'.
2222
*
2323
* @psalm-immutable
2424
*/

src/PseudoTypes/PositiveInteger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use phpDocumentor\Reflection\Types\Integer;
1919

2020
/**
21-
* Value Object representing the type 'int'.
21+
* Value Object representing the type 'positive-int'.
2222
*
2323
* @psalm-immutable
2424
*/

0 commit comments

Comments
 (0)