diff --git a/typo3/sysext/backend/Classes/Dto/Tree/Label/Label.php b/typo3/sysext/backend/Classes/Dto/Tree/Label/Label.php index 219ece9b6981e59b05012f2929747a6f1e723ce5..18a0e331928a528702fd5193791c7d4115413b6f 100644 --- a/typo3/sysext/backend/Classes/Dto/Tree/Label/Label.php +++ b/typo3/sysext/backend/Classes/Dto/Tree/Label/Label.php @@ -17,9 +17,6 @@ declare(strict_types=1); namespace TYPO3\CMS\Backend\Dto\Tree\Label; -/** - * @internal - */ final readonly class Label implements \JsonSerializable { public function __construct( diff --git a/typo3/sysext/backend/Classes/Dto/Tree/Status/StatusInformation.php b/typo3/sysext/backend/Classes/Dto/Tree/Status/StatusInformation.php index 75a89256e6c44445fd56c1415aef7ee01e18eefb..6b8eca674ddd9294b92af2a8d570cb3d079ce173 100644 --- a/typo3/sysext/backend/Classes/Dto/Tree/Status/StatusInformation.php +++ b/typo3/sysext/backend/Classes/Dto/Tree/Status/StatusInformation.php @@ -19,9 +19,6 @@ namespace TYPO3\CMS\Backend\Dto\Tree\Status; use TYPO3\CMS\Core\Type\ContextualFeedbackSeverity; -/** - * @internal - */ final readonly class StatusInformation implements \JsonSerializable { public function __construct(