Skip to content
Snippets Groups Projects
Commit 173dd9a9 authored by Wouter Wolters's avatar Wouter Wolters Committed by Georg Ringer
Browse files

[TASK] Remove inappropriate @inheritDoc usages

Resolves: #94760
Releases: master
Change-Id: Id6ea4c584ea527c25de5050e2897822821435e32
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70304


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 39d61ccc
No related merge requests found
......@@ -44,9 +44,6 @@ class PreviewModule extends AbstractModule implements RequestEnricherInterface,
*/
protected $config;
/**
* @inheritdoc
*/
public function getIconIdentifier(): string
{
return 'actions-preview';
......
......@@ -15,10 +15,6 @@
namespace TYPO3\CMS\Fluid\ViewHelpers;
/**
* Class RenderViewHelper
* @inheritdoc
*/
class RenderViewHelper extends \TYPO3Fluid\Fluid\ViewHelpers\RenderViewHelper
{
public function initializeArguments()
......
......@@ -28,8 +28,6 @@ use TYPO3\CMS\Form\Domain\Model\FormDefinition;
* Base class for custom *Form Factories*. A Form Factory is responsible for building
* a {@link TYPO3\CMS\Form\Domain\Model\FormDefinition}.
*
* {@inheritDoc}
*
* Example
* =======
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment