Skip to content

Commit

Permalink
[temp] Introduce warning to verify php.ini change in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 7, 2024
1 parent 854a120 commit 83e242c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Stubs/PaginatedEndpointStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

Expand Down

0 comments on commit 83e242c

Please sign in to comment.