We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You have many instances where you're accessing the array using curly braces.
Fix: Replace the {} with [] when you're accessing array elements.
mailwizz-php-sdk/MailWizzApi/Json.php
Line 166 in cb86160
The text was updated successfully, but these errors were encountered:
Thanks for pointing out, i'll leave this open to check for more occurrences tomorrow when at work. If you find anything else, let me know.
Sorry, something went wrong.
I think this has been taken care of in 1.0.7. We added phpstan for checking and also started adding tests, hopefully will catch such things in future.
No branches or pull requests
You have many instances where you're accessing the array using curly braces.
Fix: Replace the {} with [] when you're accessing array elements.
mailwizz-php-sdk/MailWizzApi/Json.php
Line 166 in cb86160
The text was updated successfully, but these errors were encountered: