Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.27 KB

Breaking-101305-IntroduceTypeDeclarationsInGeneralUtilityMethods.rst

File metadata and controls

54 lines (41 loc) · 1.27 KB

Breaking: #101305 - Introduce type declarations for some methods in GeneralUtility

See :issue:`101305`, :issue:`101453`

Description

Native return and param type declarations have been introduced for the following methods of :php:`\TYPO3\CMS\Core\Utility\GeneralUtility`:

Impact

Calling any of the mentioned methods with invalid types will result in a PHP error.

Affected installations

Only those installations that use the mentioned methods with invalid types.

Migration

Make sure to pass parameters of the required types to the mentioned methods.

.. index:: PHP-API, NotScanned, ext:core