Retrieving the next list items based on nextpagetoken flag #155
Annotations
22 errors and 8 warnings
test_and_lint (8.2, --prefer-lowest)
Process completed with exit code 2.
|
InvalidArgument:
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php#L37
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php:37:36: InvalidArgument: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppByOwnerController::listEntities expects Structure\PagerInterface|null, but Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php#L37
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php:37:36: InvalidArgument: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppGroupController::listEntities expects Structure\PagerInterface|null, but Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null provided (see https://psalm.dev/004)
|
UndefinedDocblockClass:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L93
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:93:15: UndefinedDocblockClass: Docblock-defined class, interface or enum named Structure\PagerInterface does not exist (see https://psalm.dev/200)
|
MismatchingDocblockParamType:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L93
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:93:15: MismatchingDocblockParamType: Parameter $pager has wrong type 'Structure\PagerInterface|null', should be 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' (see https://psalm.dev/141)
|
ImplementedParamTypeMismatch:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L106
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:106:53: ImplementedParamTypeMismatch: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppByOwnerController::listEntities has wrong type 'Structure\PagerInterface|null', expecting 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' as defined by Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerTrait::listEntities (see https://psalm.dev/199)
|
ImplementedParamTypeMismatch:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L106
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:106:53: ImplementedParamTypeMismatch: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\PaginationHelperTrait::listEntities has wrong type 'Structure\PagerInterface|null', expecting 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' as defined by Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerTrait::listEntities (see https://psalm.dev/199)
|
ImplementedParamTypeMismatch:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L106
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:106:53: ImplementedParamTypeMismatch: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppGroupController::listEntities has wrong type 'Structure\PagerInterface|null', expecting 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' as defined by Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerTrait::listEntities (see https://psalm.dev/199)
|
InvalidArgument:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L117
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:117:55: InvalidArgument: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppGroupController::getResultsInRange expects Structure\PagerInterface, but Apigee\Edge\Api\ApigeeX\Structure\PagerInterface provided (see https://psalm.dev/004)
|
RiskyTruthyFalsyComparison:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L124
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:124:17: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L128
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:128:17: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
test_and_lint (8.1, --prefer-lowest)
Process completed with exit code 2.
|
InvalidArgument:
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php#L37
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php:37:36: InvalidArgument: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppByOwnerController::listEntities expects Structure\PagerInterface|null, but Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null provided (see https://psalm.dev/004)
|
InvalidArgument:
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php#L37
src/Api/ApigeeX/Controller/PaginatedEntityListingControllerTrait.php:37:36: InvalidArgument: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppGroupController::listEntities expects Structure\PagerInterface|null, but Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null provided (see https://psalm.dev/004)
|
UndefinedDocblockClass:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L93
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:93:15: UndefinedDocblockClass: Docblock-defined class, interface or enum named Structure\PagerInterface does not exist (see https://psalm.dev/200)
|
MismatchingDocblockParamType:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L93
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:93:15: MismatchingDocblockParamType: Parameter $pager has wrong type 'Structure\PagerInterface|null', should be 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' (see https://psalm.dev/141)
|
ImplementedParamTypeMismatch:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L106
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:106:53: ImplementedParamTypeMismatch: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppByOwnerController::listEntities has wrong type 'Structure\PagerInterface|null', expecting 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' as defined by Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerTrait::listEntities (see https://psalm.dev/199)
|
ImplementedParamTypeMismatch:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L106
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:106:53: ImplementedParamTypeMismatch: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\PaginationHelperTrait::listEntities has wrong type 'Structure\PagerInterface|null', expecting 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' as defined by Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerTrait::listEntities (see https://psalm.dev/199)
|
ImplementedParamTypeMismatch:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L106
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:106:53: ImplementedParamTypeMismatch: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppGroupController::listEntities has wrong type 'Structure\PagerInterface|null', expecting 'Apigee\Edge\Api\ApigeeX\Structure\PagerInterface|null' as defined by Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerTrait::listEntities (see https://psalm.dev/199)
|
InvalidArgument:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L117
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:117:55: InvalidArgument: Argument 1 of Apigee\Edge\Api\ApigeeX\Controller\AppGroupController::getResultsInRange expects Structure\PagerInterface, but Apigee\Edge\Api\ApigeeX\Structure\PagerInterface provided (see https://psalm.dev/004)
|
RiskyTruthyFalsyComparison:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L124
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:124:17: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
RiskyTruthyFalsyComparison:
src/Api/ApigeeX/Controller/PaginationHelperTrait.php#L128
src/Api/ApigeeX/Controller/PaginationHelperTrait.php:128:17: RiskyTruthyFalsyComparison: Operand of type false|mixed contains type mixed, which can be falsy and truthy. This can cause possibly unexpected behavior. Use strict comparison instead. (see https://psalm.dev/356)
|
test_and_lint (8.2, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_and_lint (8.2, --prefer-lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_and_lint (8.2, )
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_and_lint (8.2, )
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_and_lint (8.1, --prefer-lowest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_and_lint (8.1, --prefer-lowest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test_and_lint (8.1, )
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test_and_lint (8.1, )
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|