diff --git a/composer.json b/composer.json index b3424ddba..65cbd19dd 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ "require-dev": { "doctrine/doctrine-fixtures-bundle": "^3.3", "fakerphp/faker": "^1.13", - "friendsofphp/php-cs-fixer": "3.92.5", + "friendsofphp/php-cs-fixer": "3.93.0", "jangregor/phpstan-prophecy": "^1.0", "nelmio/alice": "^3.8", "nikic/php-parser": "^4.15", diff --git a/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php b/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php index 15e7e7e4b..38aefdaea 100644 --- a/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php +++ b/src/Bundle/ChillActivityBundle/DependencyInjection/ChillActivityExtension.php @@ -69,7 +69,7 @@ class ChillActivityExtension extends Extension implements PrependExtensionInterf } /** (non-PHPdoc). - * @see \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend() + * @see PrependExtensionInterface::prepend() */ public function prependRoutes(ContainerBuilder $container) { diff --git a/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillBudgetExtension.php b/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillBudgetExtension.php index 6a8842b64..6bae7c785 100644 --- a/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillBudgetExtension.php +++ b/src/Bundle/ChillBudgetBundle/DependencyInjection/ChillBudgetExtension.php @@ -56,7 +56,7 @@ class ChillBudgetExtension extends Extension implements PrependExtensionInterfac } /** (non-PHPdoc). - * @see \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend() + * @see PrependExtensionInterface::prepend() */ public function prependRoutes(ContainerBuilder $container) { diff --git a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php index 724fd01ca..a68284989 100644 --- a/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php +++ b/src/Bundle/ChillCustomFieldsBundle/DependencyInjection/ChillCustomFieldsExtension.php @@ -52,7 +52,7 @@ class ChillCustomFieldsExtension extends Extension implements PrependExtensionIn } /** (non-PHPdoc). - * @see \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend() + * @see PrependExtensionInterface::prepend() */ public function prepend(ContainerBuilder $container) { diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php index 8d0c049f0..6c705ec7f 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoiceWithOtherType.php @@ -25,7 +25,7 @@ class ChoiceWithOtherType extends AbstractType private string $otherValueLabel = 'Other value'; /** (non-PHPdoc). - * @see \Symfony\Component\Form\AbstractType::buildForm() + * @see AbstractType::buildForm() */ public function buildForm(FormBuilderInterface $builder, array $options) { @@ -42,7 +42,7 @@ class ChoiceWithOtherType extends AbstractType } /** (non-PHPdoc). - * @see \Symfony\Component\Form\AbstractType::configureOptions() + * @see AbstractType::configureOptions() */ public function configureOptions(OptionsResolver $resolver) { diff --git a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php index c50bd856e..7a06217d9 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php +++ b/src/Bundle/ChillCustomFieldsBundle/Form/Type/ChoicesListType.php @@ -22,7 +22,7 @@ use Symfony\Component\Form\FormEvents; class ChoicesListType extends AbstractType { /** (non-PHPdoc). - * @see \Symfony\Component\Form\AbstractType::buildForm() + * @see AbstractType::buildForm() */ public function buildForm(FormBuilderInterface $builder, array $options) { diff --git a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php index fcccf01ed..97b2dbe71 100644 --- a/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php +++ b/src/Bundle/ChillCustomFieldsBundle/Service/CustomFieldProvider.php @@ -82,7 +82,7 @@ class CustomFieldProvider implements ContainerAwareInterface /** * (non-PHPdoc). * - * @see \Symfony\Component\DependencyInjection\ContainerAwareInterface::setContainer() + * @see ContainerAwareInterface::setContainer() */ public function setContainer(?ContainerInterface $container = null) { diff --git a/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php b/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php index cb59bb390..e5cbb2638 100644 --- a/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php +++ b/src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php @@ -52,7 +52,7 @@ class ChillEventExtension extends Extension implements PrependExtensionInterface } /** (non-PHPdoc). - * @see \Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface::prepend() + * @see PrependExtensionInterface::prepend() */ public function prepend(ContainerBuilder $container): void { diff --git a/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php b/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php index 376df4e52..43d63a0fa 100644 --- a/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php +++ b/src/Bundle/ChillMainBundle/Command/LoadAndUpdateLanguagesCommand.php @@ -48,7 +48,7 @@ class LoadAndUpdateLanguagesCommand extends Command /** * (non-PHPdoc). * - * @see \Symfony\Component\Console\Command\Command::configure() + * @see Command::configure() */ protected function configure() { @@ -73,7 +73,7 @@ class LoadAndUpdateLanguagesCommand extends Command /** * (non-PHPdoc). * - * @see \Symfony\Component\Console\Command\Command::execute() + * @see Command::execute() */ protected function execute(InputInterface $input, OutputInterface $output): int { diff --git a/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php b/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php index 3f7f82523..fd921b51a 100644 --- a/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php +++ b/src/Bundle/ChillMainBundle/Command/LoadCountriesCommand.php @@ -51,7 +51,7 @@ class LoadCountriesCommand extends Command /** * (non-PHPdoc). * - * @see \Symfony\Component\Console\Command\Command::configure() + * @see Command::configure() */ protected function configure() { @@ -61,7 +61,7 @@ class LoadCountriesCommand extends Command /** * (non-PHPdoc). * - * @see \Symfony\Component\Console\Command\Command::execute() + * @see Command::execute() */ protected function execute(InputInterface $input, OutputInterface $output): int { diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php index ee305f964..6d34d2e93 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/CompilerPass/SearchableServicesCompilerPass.php @@ -20,7 +20,7 @@ class SearchableServicesCompilerPass implements CompilerPassInterface /** * (non-PHPdoc). * - * @see \Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface::process() + * @see CompilerPassInterface::process() */ public function process(ContainerBuilder $container) { diff --git a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php index b0c14f27e..05aafba77 100644 --- a/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php +++ b/src/Bundle/ChillMainBundle/DependencyInjection/Widget/Factory/AbstractWidgetFactory.php @@ -32,7 +32,7 @@ abstract class AbstractWidgetFactory implements WidgetFactoryInterface * Will create the definition by returning the definition from the `services.yml` * file (or `services.xml` or `what-you-want.yml`). * - * @see \Chill\MainBundle\DependencyInjection\Widget\Factory\WidgetFactoryInterface::createDefinition() + * @see WidgetFactoryInterface::createDefinition() */ public function createDefinition(ContainerBuilder $containerBuilder, $place, $order, array $config) { diff --git a/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php b/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php index 50cca33d5..d7cb0ee21 100644 --- a/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php +++ b/src/Bundle/ChillMainBundle/Security/Resolver/ScopeResolverDispatcher.php @@ -33,7 +33,7 @@ final readonly class ScopeResolverDispatcher } /** - * @return Scope|iterable|Scope|null + * @return Scope|iterable|null */ public function resolveScope(mixed $entity, ?array $options = []): iterable|Scope|null { diff --git a/src/Bundle/ChillPersonBundle/Search/PersonSearch.php b/src/Bundle/ChillPersonBundle/Search/PersonSearch.php index c5c15e125..e891e6e6b 100644 --- a/src/Bundle/ChillPersonBundle/Search/PersonSearch.php +++ b/src/Bundle/ChillPersonBundle/Search/PersonSearch.php @@ -167,7 +167,7 @@ class PersonSearch extends AbstractSearch implements HasAdvancedSearchFormInterf /** * (non-PHPdoc). * - * @see \Chill\MainBundle\Search\SearchInterface::getOrder() + * @see SearchInterface::getOrder() */ public function getOrder(): int { @@ -177,7 +177,7 @@ class PersonSearch extends AbstractSearch implements HasAdvancedSearchFormInterf /** * (non-PHPdoc). * - * @see \Chill\MainBundle\Search\SearchInterface::isActiveByDefault() + * @see SearchInterface::isActiveByDefault() */ public function isActiveByDefault() {