Bug #103202
closedTODO comments in FileInterface::setContents() cut off
100%
Description
Currently FileInterface::setContents()
looks like this:
/**
* Replace the current file contents with the given string.
*
* @TODO : Consider to remove this function from the interface, as its
* @TODO : At the same time, it could be considered whether to make the whole
* @return $this
*/
public function setContents(string $contents): self;
The TODO comments are cut off since the dreaded [TASK] Move and Namespace (sic!) classes
commit. (#40096)
These should be restored for the time being.
Updated by Gerrit Code Review 9 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83135
Updated by Mathias Brodala 9 months ago
- Related to Task #40096: Namespace switch core main patch added
Updated by Gerrit Code Review 9 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83135
Updated by Gerrit Code Review 9 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/83137
Updated by Mathias Brodala 9 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9867da21321d310501342cfb517c298134132f0d.