Skip to content

Commit b72a76e

Browse files
ThomasLassallealanpoulain
authored andcommitted
Fix ApiResource annotation : 'int' should be 'bool' (#3247)
1 parent 4d0e3bd commit b72a76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Annotation/ApiResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ final class ApiResource
321321
* @see https://api-platform.com/docs/core/performance/#partial-pagination
322322
* @see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112
323323
*
324-
* @var int
324+
* @var bool
325325
*/
326326
private $paginationPartial;
327327

0 commit comments

Comments
 (0)