Skip to content

Commit

Permalink
Signature fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Dec 21, 2020
1 parent b87f821 commit cb336e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/QueryFieldServiceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ public function loadContentItemsSlice(Content $content, string $fieldDefinitionI
*
* @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException
*/
public function getPaginationConfiguration($content, string $fieldDefinitionIdentifier): int;
public function getPaginationConfiguration(Content $content, string $fieldDefinitionIdentifier): int;
}

0 comments on commit cb336e4

Please sign in to comment.