-
Notifications
You must be signed in to change notification settings - Fork 259
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
Remove PHP 7.1+ references to keep 5.6+ compatibility. #925
base: master
Are you sure you want to change the base?
Conversation
Hey @calcinai Any chance you can push this out as a .1 fix release soon? With the Xero changes, this is a blocker for us to update to the latest release which address those 😢 Thanks for all your work on this one |
OR you could upgrade your PHP version to one that was supported in the last 10 years? |
Not all of us get to inherit tech-debt free code. We can try give back to a project where we can though and help others that might also be in a similar position. |
@@ -462,14 +462,14 @@ public function delete(Remote\Model $object) | |||
return $object; | |||
} | |||
|
|||
public function updateAppRateLimit(int $appMinLimitRemining) | |||
public function updateAppRateLimit($appMinLimitRemining) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You reckon you could add the phpdoc version of the prop types? Just so there is no loss in the IDE auto complete
/*
* @param int $appMinLimitRemining.
*/
@philhawthorne still waiting for this to get rolled out, or did you have to do something different to get around it? |
Hey @bretto36 We ended up forking and installing via our fork in the end to get this out and around it |
Removes updates that break compatibility with PHP 5.6