TYPO3-Headless / headless

TYPO3 Headless JSON API providing content for PWA application (e.g. javaScript apps like nuxt-typo3)
https://t3headless.io
GNU General Public License v2.0
160 stars 61 forks source link

Declaration of LoginFormViewHelper incompatible with TYPO3 12.4.21 #788

Closed saneinsane closed 1 month ago

saneinsane commented 1 month ago

In the latest update the declaration was changed from protected function renderHiddenIdentityField(?mixed $object, ?string $name): string to protected function renderHiddenIdentityField(?object $object, ?string $name): string This leads to Declaration mismatch errors.

https://github.com/TYPO3-Headless/headless/blob/e87413bb69861c2fd089cbf92171aa513b9858c7/Classes/ViewHelpers/LoginFormViewHelper.php#L213

twoldanski commented 1 month ago

Fixed with release https://github.com/TYPO3-Headless/headless/releases/tag/v4.4.1