Task #76912
closedEpic #73121: Render() method arguments should be moved to initializeArguments()
Move method arguments to initializeArguments() in ext:install
100%
Description
Move method arguments to initializeArguments() in ext:install
Updated by Wouter Wolters over 8 years ago
sysext/install/Tests/Unit/ViewHelpers/Format/PhpErrorCodeViewHelperTest.php:76: $actualString = $this->viewHelper->render($errorCode);
sysext/install/Classes/ViewHelpers/Be/ContainerViewHelper.php:65: public function render($pageTitle = '', $addCssFiles = array(), $addJsFiles = array())
sysext/install/Classes/ViewHelpers/File/SizeViewHelper.php:51: public function render($format = true)
sysext/install/Classes/ViewHelpers/File/ImageDimensionViewHelper.php:50: public function render($dimension = 'width')
sysext/install/Classes/ViewHelpers/File/ExistsViewHelper.php:43: public function render($file)
sysext/install/Classes/ViewHelpers/ConstantViewHelper.php:33: public function render($name)
sysext/install/Classes/ViewHelpers/Format/CropViewHelper.php:58: public function render($maxCharacters)
sysext/install/Classes/ViewHelpers/Format/PhpErrorCodeViewHelper.php:54: public function render($phpErrorCode)
Updated by Wouter Wolters over 8 years ago
- Status changed from New to In Progress
Updated by Gerrit Code Review over 8 years ago
- Status changed from In Progress 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/49124
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/49124
Updated by Wouter Wolters over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1c09482e177342a1f622c4b18b76321a73411588.