Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: treat php >=8.1 deprecation warning on Credentials.php #2792

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pablokila
Copy link

@pablokila pablokila commented Oct 10, 2023

Issue #, if available:

trim(): Passing null to parameter # 1 ($string) of type string is deprecated on Credentials.php

Description of changes:

A casting to string was applied to ensure this type is been used in trim function.

The behavior keeps the same on older versions of php (no break changes).

Reference

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pablokila pablokila changed the title [enhancement] Fix php 8.2 deprecation warning [enhancement] Fix php >=8.1 deprecation warning Oct 10, 2023
@pablokila pablokila changed the title [enhancement] Fix php >=8.1 deprecation warning enhancement: fix php >=8.1 deprecation warning Oct 10, 2023
@pablokila pablokila changed the title enhancement: fix php >=8.1 deprecation warning enhancement: treat php >=8.1 deprecation warning Oct 10, 2023
@pablokila pablokila changed the title enhancement: treat php >=8.1 deprecation warning enhancement: treat php >=8.1 deprecation warning on Credentials.php Oct 13, 2023
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.

None yet

2 participants