Skip to content

Commit

Permalink
fix: Coding Standards
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Jan 31, 2022
1 parent 7e0ea25 commit 2d9ff4a
Show file tree
Hide file tree
Showing 120 changed files with 217 additions and 217 deletions.
2 changes: 1 addition & 1 deletion src/bundle/Controller/ContentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/Controller/ContentOnTheFlyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(
array &$scopeSettings,
Expand All @@ -76,7 +76,7 @@ public function mapConfig(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function postMap(array $config, ContextualizerInterface $contextualizer)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
class ContentType extends AbstractParser
{
/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer)
{
Expand All @@ -45,7 +45,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function addSemanticConfig(NodeBuilder $nodeBuilder)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
class ContentTree extends AbstractParser
{
/**
* {@inheritdoc}
* @inheritdoc
*/
public function addSemanticConfig(NodeBuilder $nodeBuilder)
{
Expand Down Expand Up @@ -99,7 +99,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class Notifications extends AbstractParser
{
/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer)
{
Expand All @@ -55,7 +55,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function addSemanticConfig(NodeBuilder $nodeBuilder)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
class SubtreeOperations extends AbstractParser
{
/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer)
{
Expand All @@ -55,7 +55,7 @@ public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerIn
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function addSemanticConfig(NodeBuilder $nodeBuilder)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function addSemanticConfig(NodeBuilder $nodeBuilder)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function mapConfig(array &$scopeSettings, $currentScope, ContextualizerInterface $contextualizer): void
{
Expand Down
2 changes: 1 addition & 1 deletion src/bundle/IbexaAdminUiBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class IbexaAdminUiBundle extends Bundle
public const ADMIN_GROUP_NAME = 'admin_group';

/**
* {@inheritdoc}
* @inheritdoc
*
* @throws \Symfony\Component\DependencyInjection\Exception\LogicException
*/
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/ContentInfoParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct(ContentService $contentTypeService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand All @@ -48,7 +48,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/ContentParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -60,7 +60,7 @@ public function apply(Request $request, ParamConverter $configuration): bool
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration): bool
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/ContentTypeDraftParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function __construct(ContentTypeService $contentTypeGroupService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand All @@ -48,7 +48,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/ContentTypeGroupParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(ContentTypeService $contentTypeService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand All @@ -56,7 +56,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/ContentTypeParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct(
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand Down Expand Up @@ -69,7 +69,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/LanguageParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(LanguageService $languageService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand Down Expand Up @@ -65,7 +65,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/PolicyDraftParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(RoleService $roleService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand Down Expand Up @@ -70,7 +70,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/PolicyParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct(RoleService $roleService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand Down Expand Up @@ -65,7 +65,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/RoleAssignmentParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public function __construct(RoleService $roleService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand All @@ -54,7 +54,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/RoleParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(RoleService $roleService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand All @@ -56,7 +56,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
4 changes: 2 additions & 2 deletions src/bundle/ParamConverter/SectionParamConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(SectionService $sectionService)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function apply(Request $request, ParamConverter $configuration)
{
Expand All @@ -58,7 +58,7 @@ public function apply(Request $request, ParamConverter $configuration)
}

/**
* {@inheritdoc}
* @inheritdoc
*/
public function supports(ParamConverter $configuration)
{
Expand Down
Loading

0 comments on commit 2d9ff4a

Please sign in to comment.