FireGento_FastSimpleImport2
FireGento_FastSimpleImport2 copied to clipboard
PHP 8.1 - Fix optional parameter error
With PHP 8.1, fix the following error
Deprecated Functionality: Optional parameter $delimiter declared before required parameter $string is implicitly treated as a required parameter in /var/www/html/vendor/firegento/fastsimpleimport/Model/Import/Category.php on line 106
That's because $delimiter
can't be optional if the following parameter $string
is not.
Thanks a lot, @VincentMarmiesse! This has actually already been tackled in https://github.com/firegento/FireGento_FastSimpleImport2/pull/121, which merges the changes into the bigger refactoring #120. So I tend to wait for the merge there. Do you agree, @avstudnitz?
Hi @sprankhub ! Thanks for your answer, do you have any ETA on this?
That pretty much depends on @avstudnitz. I think it is his turn :)
Is there any news on when this will be released?
@avstudnitz, could you give an update here? You invested so much time already, let us finish it together! Happy to review / help with it...
Any updates here?
Sorry, somehow I missed this comversation. I updated the PR and, yes, that issue is tackled in the 2.0 refactoring as well.