Closed lrobi2014 closed 6 years ago
Hi @lrobi2014,
looks like your last PR introduced a g
at the very beginning of class-beans-image-editor.php
.
https://d.pr/i/Xh49mk
Somehow that slipped through the tests and me :)
Please just add a commit to this PR correcting it.
@christophherr Oh thank you! I missed this
FYI, there is one more sniff that needs to be renamed in lib/api/utilities/polyfill.php
New name: PHPCompatibility.FunctionUse.NewFunctions.array_replace_recursiveFound
Old name: PHPCompatibility.PHP.NewFunctions.array_replace_recursiveFound
@christophherr Renaming the sniff in lib/api/utilities/polyfill.php
throws a php 5.2 incompatibility error. Should we modify the ruleset to increase the minimum supported version?
@lrobi2014 My mistake, I was testing the next version of phpcompatibility. :) Please revert the change of the phpcompatibility sniff name.
And no, we cannot change the minimum required PHP version as that has the potential to break existing websites.
@christophherr Ok, no problem will do
@christophherr I see there is a PR addressing the failing integration test. I guess we wait until that one is merged before we progress with this one?
@lrobi2014 Yes, let's get the other PR in first.
Hi @christophherr
I re-did the issue - but there is one integration test that keeps failing on PHP 5.6. Can you help me here?