We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c5588 commit 1353e99Copy full SHA for 1353e99
src/Paginator/PaginatorInterface.php
@@ -24,6 +24,8 @@ interface PaginatorInterface extends ReadableDataInterface
24
{
25
/**
26
* Page size that is used in case it is not set explicitly.
27
+ *
28
+ * @psalm-suppress MissingClassConstType
29
*/
30
public const DEFAULT_PAGE_SIZE = 10;
31
0 commit comments