Deprecation: #108148 - Fluid LenientArgumentProcessor 

See forge#108148

Description 

Fluid 5.0 deprecates \TYPO3Fluid\Fluid\Core\ViewHelper\LenientArgumentProcessor , which will be removed with Fluid 6.0. \TYPO3Fluid\Fluid\Core\ViewHelper\StrictArgumentProcessor is now used instead.

Impact 

The impact of the switch to \TYPO3Fluid\Fluid\Core\ViewHelper\StrictArgumentProcessor is documented in Breaking: #108148 - Strict Types in Fluid ViewHelpers.

Affected installations 

Installations that use the \TYPO3Fluid\Fluid\Core\ViewHelper\LenientArgumentProcessor programmatically.

Migration 

The class can be copied to the project/extension if it's still required.