Skip to content

Commit 1353e99

Browse files
authored
Fix psalm errors (#185)
1 parent 53c5588 commit 1353e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Paginator/PaginatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ interface PaginatorInterface extends ReadableDataInterface
2424
{
2525
/**
2626
* Page size that is used in case it is not set explicitly.
27+
*
28+
* @psalm-suppress MissingClassConstType
2729
*/
2830
public const DEFAULT_PAGE_SIZE = 10;
2931

0 commit comments

Comments
 (0)