diff --git a/src/bundle/Controller/ContentController.php b/src/bundle/Controller/ContentController.php index 9dc827591b..b1c0f87286 100644 --- a/src/bundle/Controller/ContentController.php +++ b/src/bundle/Controller/ContentController.php @@ -37,9 +37,9 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; use Ibexa\Contracts\Core\Repository\Values\User\Limitation; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Helper\TranslationHelper; -use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Symfony\Component\HttpFoundation\JsonResponse; use Symfony\Component\HttpFoundation\RedirectResponse; use Symfony\Component\HttpFoundation\Request; diff --git a/src/bundle/Controller/ContentOnTheFlyController.php b/src/bundle/Controller/ContentOnTheFlyController.php index 862a32b50c..a43e28b905 100644 --- a/src/bundle/Controller/ContentOnTheFlyController.php +++ b/src/bundle/Controller/ContentOnTheFlyController.php @@ -30,10 +30,10 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Language; use Ibexa\Contracts\Core\Repository\Values\Content\Location; use Ibexa\Contracts\Core\Repository\Values\ContentType\ContentType; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\BadStateException; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Base\Exceptions\UnauthorizedException; -use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\MVC\Symfony\Locale\UserLanguagePreferenceProviderInterface; use Symfony\Component\Form\FormInterface; use Symfony\Component\HttpFoundation\JsonResponse; diff --git a/src/bundle/DependencyInjection/Configuration/Parser/AdminUiForms.php b/src/bundle/DependencyInjection/Configuration/Parser/AdminUiForms.php index cf40b164e7..9233200e24 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/AdminUiForms.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/AdminUiForms.php @@ -54,7 +54,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig( array &$scopeSettings, @@ -76,7 +76,7 @@ public function mapConfig( } /** - * {@inheritdoc} + * @inheritdoc */ public function postMap(array $config, ContextualizerInterface $contextualizer) { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/ContentType.php b/src/bundle/DependencyInjection/Configuration/Parser/ContentType.php index 21c2a2e9f1..15e4c22617 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/ContentType.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/ContentType.php @@ -31,7 +31,7 @@ class ContentType extends AbstractParser { /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) { @@ -45,7 +45,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn } /** - * {@inheritdoc} + * @inheritdoc */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/LocationIds.php b/src/bundle/DependencyInjection/Configuration/Parser/LocationIds.php index 963f433977..6e609f563e 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/LocationIds.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/LocationIds.php @@ -47,7 +47,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/Module/ContentTree.php b/src/bundle/DependencyInjection/Configuration/Parser/Module/ContentTree.php index 014e02ad32..28482b6480 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/Module/ContentTree.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/Module/ContentTree.php @@ -32,7 +32,7 @@ class ContentTree extends AbstractParser { /** - * {@inheritdoc} + * @inheritdoc */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { @@ -99,7 +99,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/Module/Subitems.php b/src/bundle/DependencyInjection/Configuration/Parser/Module/Subitems.php index 989ad84aea..ded0cca1fb 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/Module/Subitems.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/Module/Subitems.php @@ -43,7 +43,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/Module/UniversalDiscoveryWidget.php b/src/bundle/DependencyInjection/Configuration/Parser/Module/UniversalDiscoveryWidget.php index f8c207f303..9e1c307f53 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/Module/UniversalDiscoveryWidget.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/Module/UniversalDiscoveryWidget.php @@ -38,7 +38,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/Notifications.php b/src/bundle/DependencyInjection/Configuration/Parser/Notifications.php index 6b82b737ac..0b143a769a 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/Notifications.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/Notifications.php @@ -28,7 +28,7 @@ class Notifications extends AbstractParser { /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) { @@ -55,7 +55,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn } /** - * {@inheritdoc} + * @inheritdoc */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/Pagination.php b/src/bundle/DependencyInjection/Configuration/Parser/Pagination.php index d038c42bf0..0275ad60d3 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/Pagination.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/Pagination.php @@ -66,7 +66,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/Security.php b/src/bundle/DependencyInjection/Configuration/Parser/Security.php index 83a253cee6..b465f8c6d6 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/Security.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/Security.php @@ -46,7 +46,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/SubtreeOperations.php b/src/bundle/DependencyInjection/Configuration/Parser/SubtreeOperations.php index 734e8db113..f0eebd72cf 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/SubtreeOperations.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/SubtreeOperations.php @@ -28,7 +28,7 @@ class SubtreeOperations extends AbstractParser { /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer) { @@ -55,7 +55,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn } /** - * {@inheritdoc} + * @inheritdoc */ public function addSemanticConfig(NodeBuilder $nodeBuilder) { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/UserGroupIdentifier.php b/src/bundle/DependencyInjection/Configuration/Parser/UserGroupIdentifier.php index 4b6a405764..28de0d3361 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/UserGroupIdentifier.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/UserGroupIdentifier.php @@ -42,7 +42,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/DependencyInjection/Configuration/Parser/UserIdentifier.php b/src/bundle/DependencyInjection/Configuration/Parser/UserIdentifier.php index f052e43107..55ed5a5d50 100644 --- a/src/bundle/DependencyInjection/Configuration/Parser/UserIdentifier.php +++ b/src/bundle/DependencyInjection/Configuration/Parser/UserIdentifier.php @@ -42,7 +42,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder) } /** - * {@inheritdoc} + * @inheritdoc */ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void { diff --git a/src/bundle/IbexaAdminUiBundle.php b/src/bundle/IbexaAdminUiBundle.php index d33872f0e8..0aeb06da75 100644 --- a/src/bundle/IbexaAdminUiBundle.php +++ b/src/bundle/IbexaAdminUiBundle.php @@ -22,7 +22,7 @@ class IbexaAdminUiBundle extends Bundle public const ADMIN_GROUP_NAME = 'admin_group'; /** - * {@inheritdoc} + * @inheritdoc * * @throws \Symfony\Component\DependencyInjection\Exception\LogicException */ diff --git a/src/bundle/ParamConverter/ContentInfoParamConverter.php b/src/bundle/ParamConverter/ContentInfoParamConverter.php index a9800deee8..7efbd2bc20 100644 --- a/src/bundle/ParamConverter/ContentInfoParamConverter.php +++ b/src/bundle/ParamConverter/ContentInfoParamConverter.php @@ -31,7 +31,7 @@ public function __construct(ContentService $contentTypeService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -48,7 +48,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/ContentParamConverter.php b/src/bundle/ParamConverter/ContentParamConverter.php index eedc519ab3..3409643cf8 100644 --- a/src/bundle/ParamConverter/ContentParamConverter.php +++ b/src/bundle/ParamConverter/ContentParamConverter.php @@ -37,7 +37,7 @@ public function __construct(ContentService $contentService) } /** - * {@inheritdoc} + * @inheritdoc * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException @@ -60,7 +60,7 @@ public function apply(Request $request, ParamConverter $configuration): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration): bool { diff --git a/src/bundle/ParamConverter/ContentTypeDraftParamConverter.php b/src/bundle/ParamConverter/ContentTypeDraftParamConverter.php index 5577e32e66..9fa8289061 100644 --- a/src/bundle/ParamConverter/ContentTypeDraftParamConverter.php +++ b/src/bundle/ParamConverter/ContentTypeDraftParamConverter.php @@ -30,7 +30,7 @@ public function __construct(ContentTypeService $contentTypeGroupService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -48,7 +48,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/ContentTypeGroupParamConverter.php b/src/bundle/ParamConverter/ContentTypeGroupParamConverter.php index 750b310d15..1153d9b563 100644 --- a/src/bundle/ParamConverter/ContentTypeGroupParamConverter.php +++ b/src/bundle/ParamConverter/ContentTypeGroupParamConverter.php @@ -34,7 +34,7 @@ public function __construct(ContentTypeService $contentTypeService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -56,7 +56,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/ContentTypeParamConverter.php b/src/bundle/ParamConverter/ContentTypeParamConverter.php index 8e00e24226..83378ea882 100644 --- a/src/bundle/ParamConverter/ContentTypeParamConverter.php +++ b/src/bundle/ParamConverter/ContentTypeParamConverter.php @@ -41,7 +41,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -69,7 +69,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/LanguageParamConverter.php b/src/bundle/ParamConverter/LanguageParamConverter.php index 86c54912db..09c481e7ec 100644 --- a/src/bundle/ParamConverter/LanguageParamConverter.php +++ b/src/bundle/ParamConverter/LanguageParamConverter.php @@ -33,7 +33,7 @@ public function __construct(LanguageService $languageService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -65,7 +65,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/PolicyDraftParamConverter.php b/src/bundle/ParamConverter/PolicyDraftParamConverter.php index 43751180ba..96bcf02f94 100644 --- a/src/bundle/ParamConverter/PolicyDraftParamConverter.php +++ b/src/bundle/ParamConverter/PolicyDraftParamConverter.php @@ -34,7 +34,7 @@ public function __construct(RoleService $roleService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -70,7 +70,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/PolicyParamConverter.php b/src/bundle/ParamConverter/PolicyParamConverter.php index 0442f8aa7d..ab290db7e8 100644 --- a/src/bundle/ParamConverter/PolicyParamConverter.php +++ b/src/bundle/ParamConverter/PolicyParamConverter.php @@ -35,7 +35,7 @@ public function __construct(RoleService $roleService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -65,7 +65,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/RoleAssignmentParamConverter.php b/src/bundle/ParamConverter/RoleAssignmentParamConverter.php index 3953ca50f4..450374a185 100644 --- a/src/bundle/ParamConverter/RoleAssignmentParamConverter.php +++ b/src/bundle/ParamConverter/RoleAssignmentParamConverter.php @@ -32,7 +32,7 @@ public function __construct(RoleService $roleService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -54,7 +54,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/RoleParamConverter.php b/src/bundle/ParamConverter/RoleParamConverter.php index a646986479..59e4c934d6 100644 --- a/src/bundle/ParamConverter/RoleParamConverter.php +++ b/src/bundle/ParamConverter/RoleParamConverter.php @@ -34,7 +34,7 @@ public function __construct(RoleService $roleService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -56,7 +56,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/SectionParamConverter.php b/src/bundle/ParamConverter/SectionParamConverter.php index dcfdd14936..d14517c870 100644 --- a/src/bundle/ParamConverter/SectionParamConverter.php +++ b/src/bundle/ParamConverter/SectionParamConverter.php @@ -36,7 +36,7 @@ public function __construct(SectionService $sectionService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -58,7 +58,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/TranslationLanguageParamConverter.php b/src/bundle/ParamConverter/TranslationLanguageParamConverter.php index eed060b879..c2d2be947b 100644 --- a/src/bundle/ParamConverter/TranslationLanguageParamConverter.php +++ b/src/bundle/ParamConverter/TranslationLanguageParamConverter.php @@ -33,7 +33,7 @@ public function __construct(LanguageService $languageService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration) { @@ -51,7 +51,7 @@ public function apply(Request $request, ParamConverter $configuration) } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration) { diff --git a/src/bundle/ParamConverter/URLWildcardParamConverter.php b/src/bundle/ParamConverter/URLWildcardParamConverter.php index 5c1db7deaf..d19abcd674 100644 --- a/src/bundle/ParamConverter/URLWildcardParamConverter.php +++ b/src/bundle/ParamConverter/URLWildcardParamConverter.php @@ -32,7 +32,7 @@ public function __construct(URLWildcardService $urlWildcardService) } /** - * {@inheritdoc} + * @inheritdoc */ public function apply(Request $request, ParamConverter $configuration): bool { @@ -54,7 +54,7 @@ public function apply(Request $request, ParamConverter $configuration): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration): bool { diff --git a/src/bundle/ParamConverter/VersionInfoParamConverter.php b/src/bundle/ParamConverter/VersionInfoParamConverter.php index 05cb246529..9445947d03 100644 --- a/src/bundle/ParamConverter/VersionInfoParamConverter.php +++ b/src/bundle/ParamConverter/VersionInfoParamConverter.php @@ -33,7 +33,7 @@ public function __construct(ContentService $contentService) } /** - * {@inheritdoc} + * @inheritdoc * * @throws \Ibexa\Contracts\Core\Repository\Exceptions\NotFoundException * @throws \Ibexa\Contracts\Core\Repository\Exceptions\UnauthorizedException @@ -56,7 +56,7 @@ public function apply(Request $request, ParamConverter $configuration): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function supports(ParamConverter $configuration): bool { diff --git a/src/bundle/Templating/Twig/ContentTypeIconExtension.php b/src/bundle/Templating/Twig/ContentTypeIconExtension.php index 5dfa944678..f5394d5a55 100644 --- a/src/bundle/Templating/Twig/ContentTypeIconExtension.php +++ b/src/bundle/Templating/Twig/ContentTypeIconExtension.php @@ -26,7 +26,7 @@ public function __construct(ContentTypeIconResolver $contentTypeIconResolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getFunctions(): array { diff --git a/src/bundle/View/EzPagerfantaView.php b/src/bundle/View/EzPagerfantaView.php index c4ea2f4b37..e92629fb59 100644 --- a/src/bundle/View/EzPagerfantaView.php +++ b/src/bundle/View/EzPagerfantaView.php @@ -28,7 +28,7 @@ protected function getDefaultProximity() } /** - * {@inheritdoc} + * @inheritdoc */ public function getName() { diff --git a/src/contracts/Tab/AbstractEventDispatchingTab.php b/src/contracts/Tab/AbstractEventDispatchingTab.php index 1506f07993..8e4d260275 100644 --- a/src/contracts/Tab/AbstractEventDispatchingTab.php +++ b/src/contracts/Tab/AbstractEventDispatchingTab.php @@ -40,7 +40,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function renderView(array $parameters): string { diff --git a/src/lib/EventListener/ContentTranslateViewFilterParametersListener.php b/src/lib/EventListener/ContentTranslateViewFilterParametersListener.php index ff47512daa..2fa9b99722 100644 --- a/src/lib/EventListener/ContentTranslateViewFilterParametersListener.php +++ b/src/lib/EventListener/ContentTranslateViewFilterParametersListener.php @@ -13,7 +13,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** - * {@inheritdoc} + * @inheritdoc */ class ContentTranslateViewFilterParametersListener implements EventSubscriberInterface { diff --git a/src/lib/EventListener/RequestLocaleListener.php b/src/lib/EventListener/RequestLocaleListener.php index 8b82e32d4c..2eb26d9c25 100644 --- a/src/lib/EventListener/RequestLocaleListener.php +++ b/src/lib/EventListener/RequestLocaleListener.php @@ -57,7 +57,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public static function getSubscribedEvents(): array { diff --git a/src/lib/FieldType/Mapper/UserAccountFormMapper.php b/src/lib/FieldType/Mapper/UserAccountFormMapper.php index b957652ec6..49c3796ff1 100644 --- a/src/lib/FieldType/Mapper/UserAccountFormMapper.php +++ b/src/lib/FieldType/Mapper/UserAccountFormMapper.php @@ -22,7 +22,7 @@ final class UserAccountFormMapper implements FieldDefinitionFormMapperInterface { /** - * {@inheritdoc} + * @inheritdoc */ public function mapFieldDefinitionForm(FormInterface $fieldDefinitionForm, FieldDefinitionData $data): void { diff --git a/src/lib/Form/DataTransformer/MultilingualSelectionTransformer.php b/src/lib/Form/DataTransformer/MultilingualSelectionTransformer.php index b3348eca6d..91a39b485c 100644 --- a/src/lib/Form/DataTransformer/MultilingualSelectionTransformer.php +++ b/src/lib/Form/DataTransformer/MultilingualSelectionTransformer.php @@ -30,7 +30,7 @@ public function __construct(string $languageCode, FieldDefinitionData $data) } /** - * {@inheritdoc} + * @inheritdoc */ public function transform($value) { @@ -38,7 +38,7 @@ public function transform($value) } /** - * {@inheritdoc} + * @inheritdoc */ public function reverseTransform($value) { diff --git a/src/lib/Form/DataTransformer/UDWBasedValueModelTransformer.php b/src/lib/Form/DataTransformer/UDWBasedValueModelTransformer.php index 986b37ddf8..5fc8b27ff1 100644 --- a/src/lib/Form/DataTransformer/UDWBasedValueModelTransformer.php +++ b/src/lib/Form/DataTransformer/UDWBasedValueModelTransformer.php @@ -33,7 +33,7 @@ public function __construct(LocationService $locationService) } /** - * {@inheritdoc} + * @inheritdoc * * @return \Ibexa\Contracts\Core\Repository\Values\Content\Location[]|null */ @@ -57,7 +57,7 @@ public function transform($value): ?array } /** - * {@inheritdoc} + * @inheritdoc * * @return int[]|null */ diff --git a/src/lib/Form/DataTransformer/UDWBasedValueViewTransformer.php b/src/lib/Form/DataTransformer/UDWBasedValueViewTransformer.php index 429108c351..4bcd2a507b 100644 --- a/src/lib/Form/DataTransformer/UDWBasedValueViewTransformer.php +++ b/src/lib/Form/DataTransformer/UDWBasedValueViewTransformer.php @@ -30,7 +30,7 @@ public function __construct(LocationService $locationService) } /** - * {@inheritdoc} + * @inheritdoc */ public function transform($value) { @@ -42,7 +42,7 @@ public function transform($value) } /** - * {@inheritdoc} + * @inheritdoc */ public function reverseTransform($value) { diff --git a/src/lib/Form/Extension/RichTextTypeExtension.php b/src/lib/Form/Extension/RichTextTypeExtension.php index b5519554d8..720e8a48f2 100644 --- a/src/lib/Form/Extension/RichTextTypeExtension.php +++ b/src/lib/Form/Extension/RichTextTypeExtension.php @@ -17,7 +17,7 @@ class RichTextTypeExtension extends AbstractTypeExtension { /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { @@ -29,7 +29,7 @@ public function configureOptions(OptionsResolver $resolver): void } /** - * {@inheritdoc} + * @inheritdoc */ public function buildView(FormView $view, FormInterface $form, array $options): void { diff --git a/src/lib/Form/Processor/ContentEditNotificationFormProcessor.php b/src/lib/Form/Processor/ContentEditNotificationFormProcessor.php index 60ff3b9842..2c672346ad 100644 --- a/src/lib/Form/Processor/ContentEditNotificationFormProcessor.php +++ b/src/lib/Form/Processor/ContentEditNotificationFormProcessor.php @@ -43,7 +43,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public static function getSubscribedEvents() { diff --git a/src/lib/Form/Processor/ContentType/ContentTypeDiscardChangesFormProcessor.php b/src/lib/Form/Processor/ContentType/ContentTypeDiscardChangesFormProcessor.php index 95ee49f99b..e0dce354e5 100644 --- a/src/lib/Form/Processor/ContentType/ContentTypeDiscardChangesFormProcessor.php +++ b/src/lib/Form/Processor/ContentType/ContentTypeDiscardChangesFormProcessor.php @@ -32,7 +32,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public static function getSubscribedEvents(): array { diff --git a/src/lib/Form/Processor/PreviewFormProcessor.php b/src/lib/Form/Processor/PreviewFormProcessor.php index 0b3eef9583..345c8fded6 100644 --- a/src/lib/Form/Processor/PreviewFormProcessor.php +++ b/src/lib/Form/Processor/PreviewFormProcessor.php @@ -58,7 +58,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public static function getSubscribedEvents(): array { diff --git a/src/lib/Form/Type/ChoiceList/Loader/AvailableTranslationLanguageChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/AvailableTranslationLanguageChoiceLoader.php index e59f68d3bb..0ab4a2fe77 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/AvailableTranslationLanguageChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/AvailableTranslationLanguageChoiceLoader.php @@ -30,7 +30,7 @@ public function __construct(LanguageService $languageService, $languageCodes) } /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { diff --git a/src/lib/Form/Type/ChoiceList/Loader/BaseChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/BaseChoiceLoader.php index 2fbcc34452..bdb1060f32 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/BaseChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/BaseChoiceLoader.php @@ -23,7 +23,7 @@ abstract class BaseChoiceLoader implements ChoiceLoaderInterface abstract public function getChoiceList(): array; /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoiceList($value = null) { @@ -31,7 +31,7 @@ public function loadChoiceList($value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoicesForValues(array $values, $value = null) { @@ -45,7 +45,7 @@ public function loadChoicesForValues(array $values, $value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadValuesForChoices(array $choices, $value = null) { diff --git a/src/lib/Form/Type/ChoiceList/Loader/BaseTranslationLanguageChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/BaseTranslationLanguageChoiceLoader.php index 6057310d14..9aea7e6938 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/BaseTranslationLanguageChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/BaseTranslationLanguageChoiceLoader.php @@ -30,7 +30,7 @@ public function __construct(LanguageService $languageService, $languageCodes) } /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { diff --git a/src/lib/Form/Type/ChoiceList/Loader/ConfiguredLanguagesChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/ConfiguredLanguagesChoiceLoader.php index 14e0e6d611..c13f863f5e 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/ConfiguredLanguagesChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/ConfiguredLanguagesChoiceLoader.php @@ -32,7 +32,7 @@ public function __construct(LanguageService $languageService, ConfigResolverInte } /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { @@ -40,7 +40,7 @@ public function getChoiceList(): array } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoiceList($value = null) { @@ -50,7 +50,7 @@ public function loadChoiceList($value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoicesForValues(array $values, $value = null) { @@ -64,7 +64,7 @@ public function loadChoicesForValues(array $values, $value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadValuesForChoices(array $choices, $value = null) { diff --git a/src/lib/Form/Type/ChoiceList/Loader/ContentCreateContentTypeChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/ContentCreateContentTypeChoiceLoader.php index 7eb6ca1b7e..efc3c5d3f9 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/ContentCreateContentTypeChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/ContentCreateContentTypeChoiceLoader.php @@ -33,7 +33,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoiceList($value = null) { @@ -52,7 +52,7 @@ public function loadChoiceList($value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoicesForValues(array $values, $value = null) { @@ -66,7 +66,7 @@ public function loadChoicesForValues(array $values, $value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadValuesForChoices(array $choices, $value = null) { diff --git a/src/lib/Form/Type/ChoiceList/Loader/ContentCreateLanguageChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/ContentCreateLanguageChoiceLoader.php index 8452cb41ec..7f191acd3a 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/ContentCreateLanguageChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/ContentCreateLanguageChoiceLoader.php @@ -33,7 +33,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoiceList($value = null) { @@ -51,7 +51,7 @@ public function loadChoiceList($value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoicesForValues(array $values, $value = null) { @@ -65,7 +65,7 @@ public function loadChoicesForValues(array $values, $value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadValuesForChoices(array $choices, $value = null) { diff --git a/src/lib/Form/Type/ChoiceList/Loader/ContentEditTranslationChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/ContentEditTranslationChoiceLoader.php index d746acab9d..aabc1ae637 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/ContentEditTranslationChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/ContentEditTranslationChoiceLoader.php @@ -67,7 +67,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { diff --git a/src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php index 6ae5dccd09..a8382c0544 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/ContentTypeChoiceLoader.php @@ -33,7 +33,7 @@ public function __construct(ContentTypeService $contentTypeService, UserLanguage } /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { @@ -53,7 +53,7 @@ public function getChoiceList(): array } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoiceList($value = null) { @@ -63,7 +63,7 @@ public function loadChoiceList($value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoicesForValues(array $values, $value = null) { @@ -77,7 +77,7 @@ public function loadChoicesForValues(array $values, $value = null) } /** - * {@inheritdoc} + * @inheritdoc */ public function loadValuesForChoices(array $choices, $value = null) { diff --git a/src/lib/Form/Type/ChoiceList/Loader/DatePeriodChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/DatePeriodChoiceLoader.php index e9e970b024..9be6525fa3 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/DatePeriodChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/DatePeriodChoiceLoader.php @@ -21,7 +21,7 @@ public function __construct(TranslatorInterface $translator) } /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { diff --git a/src/lib/Form/Type/ChoiceList/Loader/LanguageChoiceLoader.php b/src/lib/Form/Type/ChoiceList/Loader/LanguageChoiceLoader.php index f68a660c96..eaaab253eb 100644 --- a/src/lib/Form/Type/ChoiceList/Loader/LanguageChoiceLoader.php +++ b/src/lib/Form/Type/ChoiceList/Loader/LanguageChoiceLoader.php @@ -11,7 +11,7 @@ class LanguageChoiceLoader extends ConfiguredLanguagesChoiceLoader { /** - * {@inheritdoc} + * @inheritdoc */ public function getChoiceList(): array { diff --git a/src/lib/Form/Type/Content/ContentType.php b/src/lib/Form/Type/Content/ContentType.php index 5c3c622400..841d15c1f5 100644 --- a/src/lib/Form/Type/Content/ContentType.php +++ b/src/lib/Form/Type/Content/ContentType.php @@ -28,7 +28,7 @@ public function __construct(ContentService $contentService) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -36,7 +36,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function getParent(): ?string { diff --git a/src/lib/Form/Type/Content/ContentVisibilityUpdateType.php b/src/lib/Form/Type/Content/ContentVisibilityUpdateType.php index d0e39f320c..d1cf482dc9 100644 --- a/src/lib/Form/Type/Content/ContentVisibilityUpdateType.php +++ b/src/lib/Form/Type/Content/ContentVisibilityUpdateType.php @@ -17,7 +17,7 @@ class ContentVisibilityUpdateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -39,7 +39,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Content/Draft/ContentRemoveType.php b/src/lib/Form/Type/Content/Draft/ContentRemoveType.php index ef7cf1d05d..4c9b4e5e2f 100644 --- a/src/lib/Form/Type/Content/Draft/ContentRemoveType.php +++ b/src/lib/Form/Type/Content/Draft/ContentRemoveType.php @@ -19,7 +19,7 @@ class ContentRemoveType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options): void { @@ -44,7 +44,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { diff --git a/src/lib/Form/Type/Content/SortType.php b/src/lib/Form/Type/Content/SortType.php index b328d84bf3..6aae5efc83 100644 --- a/src/lib/Form/Type/Content/SortType.php +++ b/src/lib/Form/Type/Content/SortType.php @@ -17,7 +17,7 @@ class SortType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { diff --git a/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupCreateType.php b/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupCreateType.php index 3be1db3694..8cbfb3b3df 100644 --- a/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupCreateType.php +++ b/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupCreateType.php @@ -18,7 +18,7 @@ class ContentTypeGroupCreateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -32,7 +32,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupDeleteType.php b/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupDeleteType.php index d0c78d1eaf..b4008e6a37 100644 --- a/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupDeleteType.php +++ b/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupDeleteType.php @@ -17,7 +17,7 @@ class ContentTypeGroupDeleteType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -29,7 +29,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupUpdateType.php b/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupUpdateType.php index d85908aa2d..3a5c34d2ac 100644 --- a/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupUpdateType.php +++ b/src/lib/Form/Type/ContentTypeGroup/ContentTypeGroupUpdateType.php @@ -18,7 +18,7 @@ class ContentTypeGroupUpdateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -32,7 +32,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/DateTimeIntervalType.php b/src/lib/Form/Type/DateTimeIntervalType.php index a8618cdbf3..65011fc0c4 100644 --- a/src/lib/Form/Type/DateTimeIntervalType.php +++ b/src/lib/Form/Type/DateTimeIntervalType.php @@ -33,7 +33,7 @@ public function getBlockPrefix() } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { diff --git a/src/lib/Form/Type/FieldDefinition/User/PasswordConstraintCheckboxType.php b/src/lib/Form/Type/FieldDefinition/User/PasswordConstraintCheckboxType.php index f2de867a81..cebb3143ae 100644 --- a/src/lib/Form/Type/FieldDefinition/User/PasswordConstraintCheckboxType.php +++ b/src/lib/Form/Type/FieldDefinition/User/PasswordConstraintCheckboxType.php @@ -19,7 +19,7 @@ class PasswordConstraintCheckboxType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options): void { @@ -27,7 +27,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void } /** - * {@inheritdoc} + * @inheritdoc */ public function buildView(FormView $view, FormInterface $form, array $options): void { @@ -35,7 +35,7 @@ public function buildView(FormView $view, FormInterface $form, array $options): } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { @@ -46,7 +46,7 @@ public function configureOptions(OptionsResolver $resolver): void } /** - * {@inheritdoc} + * @inheritdoc */ public function getParent(): string { diff --git a/src/lib/Form/Type/Location/LocationAssignSectionType.php b/src/lib/Form/Type/Location/LocationAssignSectionType.php index 41550f7237..2ecea787a7 100644 --- a/src/lib/Form/Type/Location/LocationAssignSectionType.php +++ b/src/lib/Form/Type/Location/LocationAssignSectionType.php @@ -19,7 +19,7 @@ class LocationAssignSectionType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options): void { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { diff --git a/src/lib/Form/Type/ObjectState/ContentObjectStateUpdateType.php b/src/lib/Form/Type/ObjectState/ContentObjectStateUpdateType.php index b23063b574..47956c3b08 100644 --- a/src/lib/Form/Type/ObjectState/ContentObjectStateUpdateType.php +++ b/src/lib/Form/Type/ObjectState/ContentObjectStateUpdateType.php @@ -40,7 +40,7 @@ public function __construct(ObjectStateService $objectStateService, PermissionRe } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -79,7 +79,7 @@ function (ObjectState $objectState) use ($contentInfo, $contentState) { } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ObjectState/ObjectStateCreateType.php b/src/lib/Form/Type/ObjectState/ObjectStateCreateType.php index ccf014bfe4..4dfd2d29cc 100644 --- a/src/lib/Form/Type/ObjectState/ObjectStateCreateType.php +++ b/src/lib/Form/Type/ObjectState/ObjectStateCreateType.php @@ -18,7 +18,7 @@ class ObjectStateCreateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ObjectState/ObjectStateDeleteType.php b/src/lib/Form/Type/ObjectState/ObjectStateDeleteType.php index 5c92ebed5c..a303a1aad7 100644 --- a/src/lib/Form/Type/ObjectState/ObjectStateDeleteType.php +++ b/src/lib/Form/Type/ObjectState/ObjectStateDeleteType.php @@ -17,7 +17,7 @@ class ObjectStateDeleteType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -30,7 +30,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ObjectState/ObjectStateGroupCreateType.php b/src/lib/Form/Type/ObjectState/ObjectStateGroupCreateType.php index 4fe5eeac87..d4c25b81b7 100644 --- a/src/lib/Form/Type/ObjectState/ObjectStateGroupCreateType.php +++ b/src/lib/Form/Type/ObjectState/ObjectStateGroupCreateType.php @@ -18,7 +18,7 @@ class ObjectStateGroupCreateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ObjectState/ObjectStateGroupDeleteType.php b/src/lib/Form/Type/ObjectState/ObjectStateGroupDeleteType.php index 3f22572b67..6b3e62da6e 100644 --- a/src/lib/Form/Type/ObjectState/ObjectStateGroupDeleteType.php +++ b/src/lib/Form/Type/ObjectState/ObjectStateGroupDeleteType.php @@ -17,7 +17,7 @@ class ObjectStateGroupDeleteType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -30,7 +30,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ObjectState/ObjectStateGroupUpdateType.php b/src/lib/Form/Type/ObjectState/ObjectStateGroupUpdateType.php index e6b8bd294b..4e57c9a34d 100644 --- a/src/lib/Form/Type/ObjectState/ObjectStateGroupUpdateType.php +++ b/src/lib/Form/Type/ObjectState/ObjectStateGroupUpdateType.php @@ -18,7 +18,7 @@ class ObjectStateGroupUpdateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/ObjectState/ObjectStateUpdateType.php b/src/lib/Form/Type/ObjectState/ObjectStateUpdateType.php index 94ab98204a..c533b50f43 100644 --- a/src/lib/Form/Type/ObjectState/ObjectStateUpdateType.php +++ b/src/lib/Form/Type/ObjectState/ObjectStateUpdateType.php @@ -18,7 +18,7 @@ class ObjectStateUpdateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Policy/PolicyChoiceType.php b/src/lib/Form/Type/Policy/PolicyChoiceType.php index a58eaa2dff..6ad9db4c66 100644 --- a/src/lib/Form/Type/Policy/PolicyChoiceType.php +++ b/src/lib/Form/Type/Policy/PolicyChoiceType.php @@ -33,7 +33,7 @@ public function __construct(TranslatorInterface $translator, array $policyMap) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -65,7 +65,7 @@ public function reverseTransform($value) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { @@ -75,7 +75,7 @@ public function configureOptions(OptionsResolver $resolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getParent(): ?string { diff --git a/src/lib/Form/Type/Policy/PolicyCreateWithLimitationType.php b/src/lib/Form/Type/Policy/PolicyCreateWithLimitationType.php index acdac54651..0d2cece1f8 100644 --- a/src/lib/Form/Type/Policy/PolicyCreateWithLimitationType.php +++ b/src/lib/Form/Type/Policy/PolicyCreateWithLimitationType.php @@ -33,7 +33,7 @@ public function __construct(RoleService $roleService) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -77,7 +77,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Policy/PolicyDeleteType.php b/src/lib/Form/Type/Policy/PolicyDeleteType.php index dd7eb6220f..dbaa600603 100644 --- a/src/lib/Form/Type/Policy/PolicyDeleteType.php +++ b/src/lib/Form/Type/Policy/PolicyDeleteType.php @@ -17,7 +17,7 @@ class PolicyDeleteType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Policy/PolicyUpdateType.php b/src/lib/Form/Type/Policy/PolicyUpdateType.php index 70159c2129..c0f826b821 100644 --- a/src/lib/Form/Type/Policy/PolicyUpdateType.php +++ b/src/lib/Form/Type/Policy/PolicyUpdateType.php @@ -35,7 +35,7 @@ public function __construct(RoleService $roleService) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -79,7 +79,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/RoleAssignment/RoleAssignmentType.php b/src/lib/Form/Type/RoleAssignment/RoleAssignmentType.php index 0742df9302..240484cca1 100644 --- a/src/lib/Form/Type/RoleAssignment/RoleAssignmentType.php +++ b/src/lib/Form/Type/RoleAssignment/RoleAssignmentType.php @@ -18,7 +18,7 @@ class RoleAssignmentType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -43,7 +43,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Search/SearchType.php b/src/lib/Form/Type/Search/SearchType.php index 91c8b4d1f8..57f62c1353 100644 --- a/src/lib/Form/Type/Search/SearchType.php +++ b/src/lib/Form/Type/Search/SearchType.php @@ -61,7 +61,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc * * @throws \Symfony\Component\OptionsResolver\Exception\AccessException */ diff --git a/src/lib/Form/Type/Search/TrashSearchType.php b/src/lib/Form/Type/Search/TrashSearchType.php index 8891a16dce..169d323eb4 100644 --- a/src/lib/Form/Type/Search/TrashSearchType.php +++ b/src/lib/Form/Type/Search/TrashSearchType.php @@ -88,7 +88,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc * * @throws \Symfony\Component\OptionsResolver\Exception\AccessException */ diff --git a/src/lib/Form/Type/Section/SectionChoiceType.php b/src/lib/Form/Type/Section/SectionChoiceType.php index 492e94f3d7..edd557e7bd 100644 --- a/src/lib/Form/Type/Section/SectionChoiceType.php +++ b/src/lib/Form/Type/Section/SectionChoiceType.php @@ -29,7 +29,7 @@ public function __construct(SectionService $sectionService) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { @@ -41,7 +41,7 @@ public function configureOptions(OptionsResolver $resolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getParent(): ?string { diff --git a/src/lib/Form/Type/Trash/ChoiceList/Loader/SearchContentTypeChoiceLoader.php b/src/lib/Form/Type/Trash/ChoiceList/Loader/SearchContentTypeChoiceLoader.php index f4bda31b48..a69f920929 100644 --- a/src/lib/Form/Type/Trash/ChoiceList/Loader/SearchContentTypeChoiceLoader.php +++ b/src/lib/Form/Type/Trash/ChoiceList/Loader/SearchContentTypeChoiceLoader.php @@ -33,7 +33,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function loadChoiceList($value = null): ChoiceListInterface { diff --git a/src/lib/Form/Type/Trash/TrashEmptyType.php b/src/lib/Form/Type/Trash/TrashEmptyType.php index 448bcbb497..45d6e60fb9 100644 --- a/src/lib/Form/Type/Trash/TrashEmptyType.php +++ b/src/lib/Form/Type/Trash/TrashEmptyType.php @@ -16,7 +16,7 @@ class TrashEmptyType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -40,7 +40,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Trash/TrashItemCheckboxType.php b/src/lib/Form/Type/Trash/TrashItemCheckboxType.php index c5ed7c80a1..e335ab4118 100644 --- a/src/lib/Form/Type/Trash/TrashItemCheckboxType.php +++ b/src/lib/Form/Type/Trash/TrashItemCheckboxType.php @@ -27,7 +27,7 @@ public function __construct(TrashService $trashService) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -35,7 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildView(FormView $view, FormInterface $form, array $options) { diff --git a/src/lib/Form/Type/Trash/TrashItemDeleteType.php b/src/lib/Form/Type/Trash/TrashItemDeleteType.php index c61cb6471f..dbe0e775fe 100644 --- a/src/lib/Form/Type/Trash/TrashItemDeleteType.php +++ b/src/lib/Form/Type/Trash/TrashItemDeleteType.php @@ -18,7 +18,7 @@ class TrashItemDeleteType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -39,7 +39,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/Trash/TrashItemRestoreType.php b/src/lib/Form/Type/Trash/TrashItemRestoreType.php index b603b27ce7..74646a3aa8 100644 --- a/src/lib/Form/Type/Trash/TrashItemRestoreType.php +++ b/src/lib/Form/Type/Trash/TrashItemRestoreType.php @@ -19,7 +19,7 @@ class TrashItemRestoreType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -44,7 +44,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/lib/Form/Type/URL/URLEditType.php b/src/lib/Form/Type/URL/URLEditType.php index a6d585f194..359f75b3c9 100644 --- a/src/lib/Form/Type/URL/URLEditType.php +++ b/src/lib/Form/Type/URL/URLEditType.php @@ -18,7 +18,7 @@ class URLEditType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -26,7 +26,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { @@ -37,7 +37,7 @@ public function configureOptions(OptionsResolver $resolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getName() { @@ -45,7 +45,7 @@ public function getName() } /** - * {@inheritdoc} + * @inheritdoc */ public function getBlockPrefix() { diff --git a/src/lib/Form/Type/URL/URLListType.php b/src/lib/Form/Type/URL/URLListType.php index 6c7a2531b5..fa3474e6c5 100644 --- a/src/lib/Form/Type/URL/URLListType.php +++ b/src/lib/Form/Type/URL/URLListType.php @@ -36,7 +36,7 @@ public function __construct(TranslatorInterface $translator) } /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -70,7 +70,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { @@ -81,7 +81,7 @@ public function configureOptions(OptionsResolver $resolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getName() { @@ -89,7 +89,7 @@ public function getName() } /** - * {@inheritdoc} + * @inheritdoc */ public function getBlockPrefix() { diff --git a/src/lib/Form/Type/URLWildcard/URLWildcardDeleteType.php b/src/lib/Form/Type/URLWildcard/URLWildcardDeleteType.php index b7f966263b..3f4bb0a002 100644 --- a/src/lib/Form/Type/URLWildcard/URLWildcardDeleteType.php +++ b/src/lib/Form/Type/URLWildcard/URLWildcardDeleteType.php @@ -19,7 +19,7 @@ final class URLWildcardDeleteType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options): void { @@ -37,7 +37,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { diff --git a/src/lib/Form/Type/URLWildcard/URLWildcardType.php b/src/lib/Form/Type/URLWildcard/URLWildcardType.php index db53e0f1ec..3a0e900ecb 100644 --- a/src/lib/Form/Type/URLWildcard/URLWildcardType.php +++ b/src/lib/Form/Type/URLWildcard/URLWildcardType.php @@ -19,7 +19,7 @@ final class URLWildcardType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options): void { @@ -40,7 +40,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { diff --git a/src/lib/Form/Type/URLWildcard/URLWildcardUpdateType.php b/src/lib/Form/Type/URLWildcard/URLWildcardUpdateType.php index ad25f6257f..2498633f34 100644 --- a/src/lib/Form/Type/URLWildcard/URLWildcardUpdateType.php +++ b/src/lib/Form/Type/URLWildcard/URLWildcardUpdateType.php @@ -18,7 +18,7 @@ final class URLWildcardUpdateType extends AbstractType { /** - * {@inheritdoc} + * @inheritdoc */ public function buildForm(FormBuilderInterface $builder, array $options): void { @@ -36,7 +36,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver): void { diff --git a/src/lib/Form/Type/UserChoiceType.php b/src/lib/Form/Type/UserChoiceType.php index 454bf9062d..3b8628222e 100644 --- a/src/lib/Form/Type/UserChoiceType.php +++ b/src/lib/Form/Type/UserChoiceType.php @@ -33,7 +33,7 @@ public function __construct(Repository $repository) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { @@ -47,7 +47,7 @@ public function configureOptions(OptionsResolver $resolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getParent(): ?string { diff --git a/src/lib/Form/Type/UserGroupChoiceType.php b/src/lib/Form/Type/UserGroupChoiceType.php index 618411a9fe..a5649de34e 100644 --- a/src/lib/Form/Type/UserGroupChoiceType.php +++ b/src/lib/Form/Type/UserGroupChoiceType.php @@ -33,7 +33,7 @@ public function __construct(Repository $repository) } /** - * {@inheritdoc} + * @inheritdoc */ public function configureOptions(OptionsResolver $resolver) { @@ -47,7 +47,7 @@ public function configureOptions(OptionsResolver $resolver) } /** - * {@inheritdoc} + * @inheritdoc */ public function getParent(): ?string { diff --git a/src/lib/Menu/Voter/LocationVoter.php b/src/lib/Menu/Voter/LocationVoter.php index fa8a0fefd6..ea11756328 100644 --- a/src/lib/Menu/Voter/LocationVoter.php +++ b/src/lib/Menu/Voter/LocationVoter.php @@ -31,7 +31,7 @@ public function __construct(RequestStack $requestStack) } /** - * {@inheritdoc} + * @inheritdoc */ public function matchItem(ItemInterface $item): ?bool { diff --git a/src/lib/Pagination/Pagerfanta/URLSearchAdapter.php b/src/lib/Pagination/Pagerfanta/URLSearchAdapter.php index bba70b9879..642c7b2e94 100644 --- a/src/lib/Pagination/Pagerfanta/URLSearchAdapter.php +++ b/src/lib/Pagination/Pagerfanta/URLSearchAdapter.php @@ -35,7 +35,7 @@ public function __construct(URLQuery $query, URLService $urlService) } /** - * {@inheritdoc} + * @inheritdoc */ public function getNbResults(): int { @@ -47,7 +47,7 @@ public function getNbResults(): int } /** - * {@inheritdoc} + * @inheritdoc * * @return \Ibexa\Contracts\Core\Repository\Values\URL\URL[] */ diff --git a/src/lib/Pagination/Pagerfanta/URLUsagesAdapter.php b/src/lib/Pagination/Pagerfanta/URLUsagesAdapter.php index 179972c99f..652dd09152 100644 --- a/src/lib/Pagination/Pagerfanta/URLUsagesAdapter.php +++ b/src/lib/Pagination/Pagerfanta/URLUsagesAdapter.php @@ -33,7 +33,7 @@ public function __construct(URL $url, URLService $urlService) } /** - * {@inheritdoc} + * @inheritdoc */ public function getNbResults(): int { @@ -41,7 +41,7 @@ public function getNbResults(): int } /** - * {@inheritdoc} + * @inheritdoc * * @return \Ibexa\Contracts\Core\Repository\Values\Content\ContentInfo[] */ diff --git a/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequest.php b/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequest.php index 8f86d11b62..8c8551f732 100644 --- a/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequest.php +++ b/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequest.php @@ -16,7 +16,7 @@ class LoadSubtreeRequest extends BaseParser { /** - * {@inheritdoc} + * @inheritdoc */ public function parse(array $data, ParsingDispatcher $parsingDispatcher): LoadSubtreeRequestValue { diff --git a/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequestNode.php b/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequestNode.php index 404098b0eb..b1d8bed2e9 100644 --- a/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequestNode.php +++ b/src/lib/REST/Input/Parser/ContentTree/LoadSubtreeRequestNode.php @@ -16,7 +16,7 @@ class LoadSubtreeRequestNode extends BaseParser { /** - * {@inheritdoc} + * @inheritdoc */ public function parse(array $data, ParsingDispatcher $parsingDispatcher): LoadSubtreeRequestNodeValue { diff --git a/src/lib/Siteaccess/AbstractSiteaccessPreviewVoter.php b/src/lib/Siteaccess/AbstractSiteaccessPreviewVoter.php index fbcde4f75b..898d7d5607 100644 --- a/src/lib/Siteaccess/AbstractSiteaccessPreviewVoter.php +++ b/src/lib/Siteaccess/AbstractSiteaccessPreviewVoter.php @@ -28,7 +28,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function vote(SiteaccessPreviewVoterContext $context): bool { diff --git a/src/lib/Siteaccess/AdminSiteaccessPreviewVoter.php b/src/lib/Siteaccess/AdminSiteaccessPreviewVoter.php index 278ba1123b..c18e2ae7a2 100644 --- a/src/lib/Siteaccess/AdminSiteaccessPreviewVoter.php +++ b/src/lib/Siteaccess/AdminSiteaccessPreviewVoter.php @@ -11,7 +11,7 @@ class AdminSiteaccessPreviewVoter extends AbstractSiteaccessPreviewVoter { /** - * {@inheritdoc} + * @inheritdoc */ public function getRootLocationIds(string $siteaccess): array { diff --git a/src/lib/Tab/Dashboard/MyDraftsTab.php b/src/lib/Tab/Dashboard/MyDraftsTab.php index a2ba6dfb40..cf8b42b22b 100644 --- a/src/lib/Tab/Dashboard/MyDraftsTab.php +++ b/src/lib/Tab/Dashboard/MyDraftsTab.php @@ -65,7 +65,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function getIdentifier(): string { @@ -73,7 +73,7 @@ public function getIdentifier(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getName(): string { @@ -82,7 +82,7 @@ public function getName(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getOrder(): int { diff --git a/src/lib/Tab/LocationView/ContentTab.php b/src/lib/Tab/LocationView/ContentTab.php index 551e010476..9f1cc25731 100644 --- a/src/lib/Tab/LocationView/ContentTab.php +++ b/src/lib/Tab/LocationView/ContentTab.php @@ -62,7 +62,7 @@ public function getOrder(): int } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -70,7 +70,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/DetailsTab.php b/src/lib/Tab/LocationView/DetailsTab.php index 245dfbe983..0a986c8a8d 100644 --- a/src/lib/Tab/LocationView/DetailsTab.php +++ b/src/lib/Tab/LocationView/DetailsTab.php @@ -107,7 +107,7 @@ public function getOrder(): int } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -115,7 +115,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/LocationsTab.php b/src/lib/Tab/LocationView/LocationsTab.php index 09aabe2cf9..96aa540e73 100644 --- a/src/lib/Tab/LocationView/LocationsTab.php +++ b/src/lib/Tab/LocationView/LocationsTab.php @@ -119,7 +119,7 @@ public function getOrder(): int } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -127,7 +127,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/PoliciesTab.php b/src/lib/Tab/LocationView/PoliciesTab.php index bffeb7e25e..dccf17219d 100644 --- a/src/lib/Tab/LocationView/PoliciesTab.php +++ b/src/lib/Tab/LocationView/PoliciesTab.php @@ -105,7 +105,7 @@ public function evaluate(array $parameters): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -113,7 +113,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/RelationsTab.php b/src/lib/Tab/LocationView/RelationsTab.php index d8c97012af..45b4d05860 100644 --- a/src/lib/Tab/LocationView/RelationsTab.php +++ b/src/lib/Tab/LocationView/RelationsTab.php @@ -104,7 +104,7 @@ public function evaluate(array $parameters): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -112,7 +112,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/RolesTab.php b/src/lib/Tab/LocationView/RolesTab.php index 3907537ae8..0e4acf6094 100644 --- a/src/lib/Tab/LocationView/RolesTab.php +++ b/src/lib/Tab/LocationView/RolesTab.php @@ -105,7 +105,7 @@ public function evaluate(array $parameters): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -113,7 +113,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/TranslationsTab.php b/src/lib/Tab/LocationView/TranslationsTab.php index 945d80133b..dccea2ad5c 100644 --- a/src/lib/Tab/LocationView/TranslationsTab.php +++ b/src/lib/Tab/LocationView/TranslationsTab.php @@ -93,7 +93,7 @@ public function getOrder(): int } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -101,7 +101,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/UrlsTab.php b/src/lib/Tab/LocationView/UrlsTab.php index bad0d01065..3a627c70ed 100644 --- a/src/lib/Tab/LocationView/UrlsTab.php +++ b/src/lib/Tab/LocationView/UrlsTab.php @@ -108,7 +108,7 @@ public function getOrder(): int } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -116,7 +116,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/LocationView/VersionsTab.php b/src/lib/Tab/LocationView/VersionsTab.php index 2a3f75135e..0d2ea30e7b 100644 --- a/src/lib/Tab/LocationView/VersionsTab.php +++ b/src/lib/Tab/LocationView/VersionsTab.php @@ -118,7 +118,7 @@ public function evaluate(array $parameters): bool } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplate(): string { @@ -126,7 +126,7 @@ public function getTemplate(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getTemplateParameters(array $contextParameters = []): array { diff --git a/src/lib/Tab/URLManagement/URLWildcardsTab.php b/src/lib/Tab/URLManagement/URLWildcardsTab.php index 690404bdc6..86130fd165 100644 --- a/src/lib/Tab/URLManagement/URLWildcardsTab.php +++ b/src/lib/Tab/URLManagement/URLWildcardsTab.php @@ -51,7 +51,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function getIdentifier(): string { @@ -59,7 +59,7 @@ public function getIdentifier(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getName(): string { @@ -68,7 +68,7 @@ public function getName(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function getOrder(): int { diff --git a/src/lib/UI/Action/UiActionEvent.php b/src/lib/UI/Action/UiActionEvent.php index 25ca7285f9..ed1d232353 100644 --- a/src/lib/UI/Action/UiActionEvent.php +++ b/src/lib/UI/Action/UiActionEvent.php @@ -42,7 +42,7 @@ public function __construct(string $name, string $type, FormInterface $form, ?Re } /** - * {@inheritdoc} + * @inheritdoc */ public function getName(): string { @@ -50,7 +50,7 @@ public function getName(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function setName(string $name): void { @@ -58,7 +58,7 @@ public function setName(string $name): void } /** - * {@inheritdoc} + * @inheritdoc */ public function getType(): string { @@ -66,7 +66,7 @@ public function getType(): string } /** - * {@inheritdoc} + * @inheritdoc */ public function setType(string $type): void { @@ -74,7 +74,7 @@ public function setType(string $type): void } /** - * {@inheritdoc} + * @inheritdoc */ public function getForm(): FormInterface { @@ -82,7 +82,7 @@ public function getForm(): FormInterface } /** - * {@inheritdoc} + * @inheritdoc */ public function setForm(FormInterface $form): void { @@ -90,7 +90,7 @@ public function setForm(FormInterface $form): void } /** - * {@inheritdoc} + * @inheritdoc */ public function getResponse(): ?Response { @@ -98,7 +98,7 @@ public function getResponse(): ?Response } /** - * {@inheritdoc} + * @inheritdoc */ public function setResponse(?Response $response): void { diff --git a/src/lib/UI/Config/Provider/DateFormat.php b/src/lib/UI/Config/Provider/DateFormat.php index 56da542698..42ca3be783 100644 --- a/src/lib/UI/Config/Provider/DateFormat.php +++ b/src/lib/UI/Config/Provider/DateFormat.php @@ -31,7 +31,7 @@ public function __construct(UserSettingService $userSettingService, DateTimeForm } /** - * {@inheritdoc} + * @inheritdoc * * @return array */ diff --git a/src/lib/UI/Config/Provider/ScopeParameterBasedValue.php b/src/lib/UI/Config/Provider/ScopeParameterBasedValue.php index 549d7ae75b..e7445409a5 100644 --- a/src/lib/UI/Config/Provider/ScopeParameterBasedValue.php +++ b/src/lib/UI/Config/Provider/ScopeParameterBasedValue.php @@ -38,7 +38,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc * * @return mixed */ diff --git a/src/lib/UI/Config/Provider/Timezone.php b/src/lib/UI/Config/Provider/Timezone.php index 2cb14eca37..ff53e8b931 100644 --- a/src/lib/UI/Config/Provider/Timezone.php +++ b/src/lib/UI/Config/Provider/Timezone.php @@ -25,7 +25,7 @@ public function __construct(UserSettingService $userSettingService) } /** - * {@inheritdoc} + * @inheritdoc * * @return string * diff --git a/src/lib/UI/Config/Provider/Value.php b/src/lib/UI/Config/Provider/Value.php index c35cbf08b6..af5b354731 100644 --- a/src/lib/UI/Config/Provider/Value.php +++ b/src/lib/UI/Config/Provider/Value.php @@ -28,7 +28,7 @@ public function __construct($value) } /** - * {@inheritdoc} + * @inheritdoc * * @return mixed */ diff --git a/src/lib/UI/Module/ContentTree/NodeFactory.php b/src/lib/UI/Module/ContentTree/NodeFactory.php index 30632f3616..4e250460c8 100644 --- a/src/lib/UI/Module/ContentTree/NodeFactory.php +++ b/src/lib/UI/Module/ContentTree/NodeFactory.php @@ -20,9 +20,9 @@ use Ibexa\Contracts\Core\Repository\Values\Content\Query\SortClause; use Ibexa\Contracts\Core\Repository\Values\Content\Search\AggregationResult\TermAggregationResult; use Ibexa\Contracts\Core\Repository\Values\Content\Search\SearchResult; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Core\Base\Exceptions\InvalidArgumentException; use Ibexa\Core\Helper\TranslationHelper; -use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; /** * @internal diff --git a/src/lib/UniversalDiscovery/Event/Subscriber/ContentCreate.php b/src/lib/UniversalDiscovery/Event/Subscriber/ContentCreate.php index fe39bee918..8cab9ea15b 100644 --- a/src/lib/UniversalDiscovery/Event/Subscriber/ContentCreate.php +++ b/src/lib/UniversalDiscovery/Event/Subscriber/ContentCreate.php @@ -52,7 +52,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public static function getSubscribedEvents(): array { diff --git a/src/lib/UserSetting/AutosaveInterval.php b/src/lib/UserSetting/AutosaveInterval.php index 817946b704..a77e9ec303 100644 --- a/src/lib/UserSetting/AutosaveInterval.php +++ b/src/lib/UserSetting/AutosaveInterval.php @@ -8,9 +8,9 @@ namespace Ibexa\AdminUi\UserSetting; +use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use Ibexa\Contracts\User\UserSetting\FormMapperInterface; use Ibexa\Contracts\User\UserSetting\ValueDefinitionInterface; -use Ibexa\Contracts\Core\SiteAccess\ConfigResolverInterface; use JMS\TranslationBundle\Annotation\Desc; use Symfony\Component\Form\Extension\Core\Type\NumberType; use Symfony\Component\Form\FormBuilderInterface; diff --git a/src/lib/Validator/Constraints/UniqueURL.php b/src/lib/Validator/Constraints/UniqueURL.php index f5ab1dbb0e..ee6bbabc88 100644 --- a/src/lib/Validator/Constraints/UniqueURL.php +++ b/src/lib/Validator/Constraints/UniqueURL.php @@ -21,7 +21,7 @@ class UniqueURL extends Constraint public $message = 'ez.url.unique'; /** - * {@inheritdoc} + * @inheritdoc */ public function validatedBy() { @@ -29,7 +29,7 @@ public function validatedBy() } /** - * {@inheritdoc} + * @inheritdoc */ public function getTargets() { diff --git a/src/lib/Validator/Constraints/UniqueURLValidator.php b/src/lib/Validator/Constraints/UniqueURLValidator.php index bf3523a231..4ae252b48d 100644 --- a/src/lib/Validator/Constraints/UniqueURLValidator.php +++ b/src/lib/Validator/Constraints/UniqueURLValidator.php @@ -28,7 +28,7 @@ public function __construct(URLService $urlService) } /** - * {@inheritdoc} + * @inheritdoc */ public function validate($value, Constraint $constraint) { diff --git a/src/lib/View/Builder/ContentTranslateViewBuilder.php b/src/lib/View/Builder/ContentTranslateViewBuilder.php index 844bb9d830..4d9f3ee719 100644 --- a/src/lib/View/Builder/ContentTranslateViewBuilder.php +++ b/src/lib/View/Builder/ContentTranslateViewBuilder.php @@ -65,7 +65,7 @@ public function __construct( } /** - * {@inheritdoc} + * @inheritdoc */ public function matches($argument) { diff --git a/src/lib/View/ContentTranslateView.php b/src/lib/View/ContentTranslateView.php index 761079cb07..5a01cd329a 100644 --- a/src/lib/View/ContentTranslateView.php +++ b/src/lib/View/ContentTranslateView.php @@ -18,7 +18,7 @@ use Symfony\Component\Form\FormView; /** - * {@inheritdoc} + * @inheritdoc */ class ContentTranslateView extends BaseView implements ContentTypeValueView { diff --git a/src/lib/View/Provider/ContentTranslateView/Configured.php b/src/lib/View/Provider/ContentTranslateView/Configured.php index 7894e61744..b5fadbc579 100644 --- a/src/lib/View/Provider/ContentTranslateView/Configured.php +++ b/src/lib/View/Provider/ContentTranslateView/Configured.php @@ -33,7 +33,7 @@ public function __construct(MatcherFactoryInterface $matcherFactory) } /** - * {@inheritdoc} + * @inheritdoc * * @throws \Ibexa\Core\Base\Exceptions\InvalidArgumentType */