Bug #75288
closedDeprecate phpDoc tips in IfViewHelper
100%
Description
Line 16 and 81, \TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode::convertArgumentValue() is not existed any more, I think it should refer to \TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\BooleanNode::evaluate()
Updated by Claus Due over 8 years ago
I'm not sure about this one - others must confirm - but it is quite likely that the entire method is actually safe to remove. Just deducing from the internal logic of Fluid "back then", arguments should indeed become evaluated exclusively via the `evaluate` method on various nodes, as one "unit" (an ArrayNode of one set of arguments for one ViewHelper), recursively.
The method is gone in standalone Fluid (meaning this does not apply on TYPO3v8 and onward).
Updated by Bill Dagou over 8 years ago
That's OK, as I found it when I was debugging my code and thinking someone else may also be confused with it.
Bill
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/47523
Updated by Wouter Wolters over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cabbfa1fa4b91713d99589b5af97167e04504cdc.