Bug: Can't use temporary expression in write context
Closed this issue · 3 comments
pure4499 commented
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
https://github.com/Unleash/unleash-client-php/blob/v2.4.183/src/Unleash.php#L10
This change started erroring out. "Can't use temporary expression in write context"
data type should be removed from const.
To reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Sample code (optional)
No response
Version
v2.4.183
Expected behavior
data type should be removed from const.
Logs (optional)
No response
Additional context (optional)
No response
RikudouSage commented
It seems like your build system uses a newer version of php than your servers. Please make sure that you're installing the package on the php version that will actually run the code.
RikudouSage commented
@pure4499 Has that solved your issue? Please let me know, otherwise I'll be closing the issue soon.
RikudouSage commented
Haven't gotten any response, closing.