mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 01:16:08 +01:00
[TASK] Remove dummy files from ext:cms
This catches most old empty class files from ext:cms. The rest needs to be taken care of in single patches. The patch also changes all old mentions of the old class names, mostly comments are affected. Change-Id: I2b8ebfad178001c7bc8def967c01a56ae113c029 Resolves: #47792 Related: #47756 Releases: 6.2 Reviewed-on: https://review.typo3.org/20381 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
a4ce163b94
commit
87efbbf63b
1 changed files with 1 additions and 3 deletions
|
@ -37,9 +37,7 @@ namespace TYPO3\CMS\Feedit;
|
|||
class FrontendEditPanel {
|
||||
|
||||
/**
|
||||
* Local instance of tslib_cObj.
|
||||
*
|
||||
* @var \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer
|
||||
* @var \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer Local instance of ContentObjectRenderer
|
||||
*/
|
||||
protected $cObj;
|
||||
|
||||
|
|
Loading…
Reference in a new issue