Project

General

Profile

Actions

Bug #103202

closed

TODO comments in FileInterface::setContents() cut off

Added by Mathias Brodala 2 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2024-02-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

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.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #40096: Namespace switch core main patchClosed2012-08-23

Actions
Actions #1

Updated by Gerrit Code Review 2 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

Actions #2

Updated by Mathias Brodala 2 months ago

  • Related to Task #40096: Namespace switch core main patch added
Actions #3

Updated by Gerrit Code Review 2 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

Actions #4

Updated by Gerrit Code Review 2 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

Actions #5

Updated by Mathias Brodala 2 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF