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

Remove PHP 7.1+ references to keep 5.6+ compatibility. #925

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bryce-squirrel
Copy link

Removes updates that break compatibility with PHP 5.6

@philhawthorne
Copy link

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

@Healyhatman
Copy link
Contributor

OR you could upgrade your PHP version to one that was supported in the last 10 years?

@philhawthorne
Copy link

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)
Copy link
Contributor

@bretto36 bretto36 Jul 25, 2024

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.
*/

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.

4 participants