Skip to content

Commit

Permalink
Fix ApiResource annotation : 'int' should be 'bool' (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLassalle authored and alanpoulain committed Nov 14, 2019
1 parent 4d0e3bd commit b72a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotation/ApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ final class ApiResource
* @see https://api-platform.com/docs/core/performance/#partial-pagination
* @see https://github.com/Haehnchen/idea-php-annotation-plugin/issues/112
*
* @var int
* @var bool
*/
private $paginationPartial;

Expand Down

0 comments on commit b72a76e

Please sign in to comment.