πŸ‡ΊπŸ‡¦Ukraine @Igumnov_aleksey

Account created on 4 November 2021, over 2 years ago
#

Recent comments

πŸ‡ΊπŸ‡¦Ukraine Igumnov_aleksey

I agree, the patch is fixed.

πŸ‡ΊπŸ‡¦Ukraine Igumnov_aleksey

These issues are also related to deprecation compatibility - Return type. Use phpstan was found next issues:
Line modules/contrib/feeds/libraries/ParserCSV.inc
------ -------------------------------------------------------------------------------------------------------------------------------------------
32 Return type mixed of method ParserCSVIterator::rewind() is not covariant with tentative return type void of method Iterator::rewind().
πŸ’‘ Make it covariant, or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.
39 Return type mixed of method ParserCSVIterator::next() is not covariant with tentative return type void of method Iterator::next().
πŸ’‘ Make it covariant, or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.
47 Return type mixed of method ParserCSVIterator::valid() is not covariant with tentative return type bool of method Iterator::valid().
πŸ’‘ Make it covariant, or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.
51 Return type mixed of method ParserCSVIterator::current() is not covariant with tentative return type mixed of method Iterator::current().
πŸ’‘ Make it covariant, or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.
59 Return type mixed of method ParserCSVIterator::key() is not covariant with tentative return type mixed of method Iterator::key().
πŸ’‘ Make it covariant, or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.
------ -------------------------------------------------------------------------------------------------------------------------------------------

------ --------------------------------------------------------------------------------------------------------------------------------------------------
Line modules/contrib/feeds/plugins/FeedsParser.inc
------ --------------------------------------------------------------------------------------------------------------------------------------------------
757 Return type mixed of method FeedsDateTime::setTimezone() is not covariant with tentative return type DateTime of method DateTime::setTimezone().
πŸ’‘ Make it covariant, or use the #[\ReturnTypeWillChange] attribute to temporarily suppress the error.

πŸ‡ΊπŸ‡¦Ukraine Igumnov_aleksey

This decision is made from the fact that if Drupal 7 will work on php8.1

πŸ‡ΊπŸ‡¦Ukraine Igumnov_aleksey

Corrected the name of the patch for readability.

Production build 0.69.0 2024