From 83e242c4c550693ac0c086e63f756589d319dd1f Mon Sep 17 00:00:00 2001 From: darthmaim Date: Wed, 7 Feb 2024 13:57:46 +0100 Subject: [PATCH] [temp] Introduce warning to verify php.ini change in previous commit --- tests/Stubs/PaginatedEndpointStub.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Stubs/PaginatedEndpointStub.php b/tests/Stubs/PaginatedEndpointStub.php index 83be498..5b52e76 100644 --- a/tests/Stubs/PaginatedEndpointStub.php +++ b/tests/Stubs/PaginatedEndpointStub.php @@ -9,9 +9,6 @@ class PaginatedEndpointStub extends EndpointStub implements IPaginatedEndpoint { use PaginatedEndpoint; - /** @var int $maxPageSize */ - protected $maxPageSize = false; - public function __construct( GW2Api $api, $maxPageSize = 10 ) { parent::__construct( $api );