Skip to content

Add mixed return type for key and current methods#297

Open
DavidePastore wants to merge 1 commit intoakeneo:masterfrom
DavidePastore:add-mixed-return-type-in-resource-cursor
Open

Add mixed return type for key and current methods#297
DavidePastore wants to merge 1 commit intoakeneo:masterfrom
DavidePastore:add-mixed-return-type-in-resource-cursor

Conversation

@DavidePastore
Copy link

This is the warning that I see in the logs when using the client:

User Deprecated: Method "Iterator::key()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Akeneo\Pim\ApiClient\Pagination\ResourceCursor" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Iterator::key()\" might add \"mixed\" as a native return type declaration in the future. Do the same in implementation \"Akeneo\\Pim\\ApiClient\\Pagination\\ResourceCursor\" now to avoid errors or add an explicit @return annotation to suppress this message. at /var/www/app/vendor/symfony/error-handler/DebugClassLoader.php:341)"} {"containerName":""}

This PR enforces the return types of key and current methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant