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

PHP 8.4 Warnings #151

Closed
mlahargou opened this issue Jan 14, 2025 · 0 comments · Fixed by #152
Closed

PHP 8.4 Warnings #151

mlahargou opened this issue Jan 14, 2025 · 0 comments · Fixed by #152

Comments

@mlahargou
Copy link
Contributor

mlahargou commented Jan 14, 2025

         Gnikyt\BasicShopifyAPI\BasicShopifyAPI::rest(): Implicitly marking     
         parameter $params as nullable is deprecated, the explicit nullable type
         must be used instead                                                   

         Gnikyt\BasicShopifyAPI\BasicShopifyAPI::restAsync(): Implicitly marking
         parameter $params as nullable is deprecated, the explicit nullable type
         must be used instead                                                   

         Gnikyt\BasicShopifyAPI\Clients\Rest::request(): Implicitly marking     
         parameter $params as nullable is deprecated, the explicit nullable type
         must be used instead                            

         Gnikyt\BasicShopifyAPI\Contracts\RestRequester::request(): Implicitly  
         marking parameter $params as nullable is deprecated, the explicit      
         nullable type must be used instead                                                            
mlahargou added a commit to mlahargou/Basic-Shopify-API that referenced this issue Jan 15, 2025
This fixes the deprecations found in gnikyt#151
mlahargou added a commit to mlahargou/Basic-Shopify-API that referenced this issue Jan 15, 2025
This fixes the deprecations found in gnikyt#151
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 a pull request may close this issue.

1 participant