Actions
Bug #75376
closedSignature mismatch due to wrong Fluid class usage
Start date:
2016-04-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint
Description
Some classes defined in typo3/sysext/fluid/Migrations/Code/LegacyClassesForIde.php are still being used in the Core, which causes method signature mismatches for overwritten methods.
Example: typo3/sysext/backend/Classes/ViewHelpers/AvatarViewHelper.php
public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
must match the definition of vendor/typo3fluid/fluid/src/Core/ViewHelper/ViewHelperInterface.php
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47493
Updated by Gerrit Code Review over 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47493
Updated by Markus Klein over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f0e046b7c90132e71f2fd1145f5bdb236b412cb8.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions