From be9f8845254d53b96b3f71b064aac1fe69083bdd Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Wed, 15 Nov 2023 16:44:10 +0100 Subject: [PATCH] [7.0] minor cleanup --- .../Security/UserProvider/EntityFactory.php | 4 ++-- src/Symfony/Component/Routing/Attribute/Route.php | 2 +- src/Symfony/Component/Serializer/Attribute/Context.php | 2 +- .../Component/Serializer/Attribute/DiscriminatorMap.php | 2 +- src/Symfony/Component/Serializer/Attribute/Groups.php | 2 +- src/Symfony/Component/Serializer/Attribute/Ignore.php | 2 +- src/Symfony/Component/Serializer/Attribute/MaxDepth.php | 2 +- src/Symfony/Component/Serializer/Attribute/SerializedName.php | 2 +- src/Symfony/Component/Serializer/Attribute/SerializedPath.php | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php b/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php index f4ea0370525fe..d39b953b3ffff 100644 --- a/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php +++ b/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php @@ -19,10 +19,10 @@ /** * EntityFactory creates services for Doctrine user provider. * - * @final since Symfony 6.4 - * * @author Fabien Potencier * @author Christophe Coevoet + * + * @final */ class EntityFactory implements UserProviderFactoryInterface { diff --git a/src/Symfony/Component/Routing/Attribute/Route.php b/src/Symfony/Component/Routing/Attribute/Route.php index c8268b1168657..ba89e221ebb01 100644 --- a/src/Symfony/Component/Routing/Attribute/Route.php +++ b/src/Symfony/Component/Routing/Attribute/Route.php @@ -15,7 +15,7 @@ * @author Fabien Potencier * @author Alexander M. Turek * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)] class Route diff --git a/src/Symfony/Component/Serializer/Attribute/Context.php b/src/Symfony/Component/Serializer/Attribute/Context.php index 5c1f0eee192b6..dc0301823a0db 100644 --- a/src/Symfony/Component/Serializer/Attribute/Context.php +++ b/src/Symfony/Component/Serializer/Attribute/Context.php @@ -16,7 +16,7 @@ /** * @author Maxime Steinhausser * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)] class Context diff --git a/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php b/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php index ecba7b9033807..31a993207371c 100644 --- a/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php +++ b/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php @@ -16,7 +16,7 @@ /** * @author Samuel Roze * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_CLASS)] class DiscriminatorMap diff --git a/src/Symfony/Component/Serializer/Attribute/Groups.php b/src/Symfony/Component/Serializer/Attribute/Groups.php index b90315645c581..14dabd298f67c 100644 --- a/src/Symfony/Component/Serializer/Attribute/Groups.php +++ b/src/Symfony/Component/Serializer/Attribute/Groups.php @@ -16,7 +16,7 @@ /** * @author Kévin Dunglas * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)] class Groups diff --git a/src/Symfony/Component/Serializer/Attribute/Ignore.php b/src/Symfony/Component/Serializer/Attribute/Ignore.php index 0121ebfed66d7..da471c2abaeb2 100644 --- a/src/Symfony/Component/Serializer/Attribute/Ignore.php +++ b/src/Symfony/Component/Serializer/Attribute/Ignore.php @@ -14,7 +14,7 @@ /** * @author Kévin Dunglas * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)] class Ignore diff --git a/src/Symfony/Component/Serializer/Attribute/MaxDepth.php b/src/Symfony/Component/Serializer/Attribute/MaxDepth.php index 60cb20890ac96..0373b891d9448 100644 --- a/src/Symfony/Component/Serializer/Attribute/MaxDepth.php +++ b/src/Symfony/Component/Serializer/Attribute/MaxDepth.php @@ -16,7 +16,7 @@ /** * @author Kévin Dunglas * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)] class MaxDepth diff --git a/src/Symfony/Component/Serializer/Attribute/SerializedName.php b/src/Symfony/Component/Serializer/Attribute/SerializedName.php index 407a2675bf8a1..e1fb478143f15 100644 --- a/src/Symfony/Component/Serializer/Attribute/SerializedName.php +++ b/src/Symfony/Component/Serializer/Attribute/SerializedName.php @@ -16,7 +16,7 @@ /** * @author Fabien Bourigault * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)] class SerializedName diff --git a/src/Symfony/Component/Serializer/Attribute/SerializedPath.php b/src/Symfony/Component/Serializer/Attribute/SerializedPath.php index 42ff340000f3c..ea3c8f90eb43e 100644 --- a/src/Symfony/Component/Serializer/Attribute/SerializedPath.php +++ b/src/Symfony/Component/Serializer/Attribute/SerializedPath.php @@ -18,7 +18,7 @@ /** * @author Tobias Bönner * - * @final since Symfony 6.4 + * @final */ #[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)] class SerializedPath