X Tutup
Skip to content

ResponseAccess::current() should be compatible with Iterator::current()#129

Merged
gnikyt merged 1 commit intognikyt:masterfrom
HugoHeneault:patch-1
Sep 6, 2022
Merged

ResponseAccess::current() should be compatible with Iterator::current()#129
gnikyt merged 1 commit intognikyt:masterfrom
HugoHeneault:patch-1

Conversation

@HugoHeneault
Copy link
Contributor

Hi there,

Thanks for this great API!

I had a few error messages using PHP 8.1 like Return type of Osiset\BasicShopifyAPI\ResponseAccess::current() should either be compatible with Iterator::current(): mixed

This fixes it :)

…rent()

I had a few error messages using PHP 8.1 like `Return type of Osiset\BasicShopifyAPI\ResponseAccess::current() should either be compatible with Iterator::current(): mixed`

This fixes it :)
@chrisnetonline
Copy link

@osiset Any chance we can get this merged? We're noticing this deprecation error since switching to PHP 8.1.

@HugoHeneault
Copy link
Contributor Author

I'm not using it on PHP 8.1 anymore but I think there are more cases I haven't fixed. Feel free to update my PR :)

@abishekrsrikaanth
Copy link

@osiset any chance this can be merged?

@JoshHighland
Copy link

Verified, this PR solves the depreciation issues with php 8.1. Please merge

@JoshHighland JoshHighland mentioned this pull request Aug 2, 2022
@bretto36
Copy link

bretto36 commented Aug 2, 2022

@osiset Is there anyone who can marge these changes if you're too busy at the moment?

@MrDellimore
Copy link

@osiset Hi is there anything stopping this from being merged?

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.

7 participants

X Tutup