Deprecated function errors in PHP 8.1

Created on 6 April 2023, almost 2 years ago
Updated 10 April 2023, almost 2 years ago

Problem/Motivation

Use phpstan tool was found deprecated function notice occurs in PHP 8.1
------ ----------------------------------------------------------------------------------------------------------------------------------------------
Line /tmgmt/translators/file/tmgmt_file.recursive_iterator.inc
------ ----------------------------------------------------------------------------------------------------------------------------------------------
42 Return type mixed of method RecursiveDOMIterator::current() is not covariant with tentative return type mixed of method Iterator::current().
52 Return type mixed of method RecursiveDOMIterator::getChildren() is not covariant with tentative return type RecursiveIterator|null of method RecursiveIterator::getChildren().
62 Return type mixed of method RecursiveDOMIterator::hasChildren() is not covariant with tentative return type bool of method
RecursiveIterator::hasChildren().
72 Return type mixed of method RecursiveDOMIterator::key() is not covariant with tentative return type mixed of method Iterator::key().
79 Return type mixed of method RecursiveDOMIterator::next() is not covariant with tentative return type void of method Iterator::next().
86 Return type mixed of method RecursiveDOMIterator::rewind() is not covariant with tentative return type void of method Iterator::rewind().
96 Return type mixed of method RecursiveDOMIterator::valid() is not covariant with tentative return type bool of method Iterator::valid().
------ ----------------------------------------------------------------------------------------------------------------------------------------------

Proposed resolution

Update the function type of return value.

πŸ› Bug report
Status

Needs work

Component

Core

Created by

πŸ‡ΊπŸ‡¦Ukraine Igumnov_aleksey

Live updates comments and jobs are added and updated live.
  • PHP 8.1

    The issue particularly affects sites running on PHP version 8.1.0 or later.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024