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

Update Manager.php for PHP 8.1 Deprecated Passing null #410

Merged
merged 1 commit into from Jun 5, 2023

Conversation

llleocesar
Copy link
Contributor

This line throw an warning when passing null. Generic solution to fix it ( ?? '')

This line throw an warning when passing null. Generic solution to fix it ( ?? '')
@lucmantovani
Copy link
Contributor

Hello @llleocesar!

We will look into your Pull Request as soon as possible

Thank you for contributing!

@n1crack
Copy link

n1crack commented May 19, 2023

@lucmantovani

please fix autoloading issues, the library doesn’t comply with psr-4 autoloading standards.

The file names should be exactly the same with the class name, It is case insensitive.
And the subdirectory name must match the case of the sub-namespace names.

The warnings are annoying.

@lucmantovani
Copy link
Contributor

@lucmantovani

please fix autoloading issues, the library doesn’t comply with psr-4 autoloading standards.

The file names should be exactly the same with the class name, It is case insensitive. And the subdirectory name must match the case of the sub-namespace names.

The warnings are annoying.

Hello @n1crack!

Unfortunately to fix the issue of not being compliant with PSR-4 demands a new major version of the library, so that we maintain compatibility with already existing integrations

We are already working on the new major version, but don't have a launch date yet

@romerosilva-meli romerosilva-meli merged commit 3b80803 into mercadopago:master Jun 5, 2023
0 of 5 checks passed
@llleocesar llleocesar deleted the patch-1 branch August 29, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants