8000 [7.0] minor cleanup · symfony/symfony@be9f884 · GitHub
[go: up one dir, main page]

Skip to content

Commit be9f884

Browse files
[7.0] minor cleanup
1 parent 8a1a7dc commit be9f884

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
/**
2020
* EntityFactory creates services for Doctrine user provider.
2121
*
22-
* @final since Symfony 6.4
23-
*
2422
* @author Fabien Potencier <fabien@symfony.com>
2523
* @author Christophe Coevoet <stof@notk.org>
24+
*
25+
* @final
2626
*/
2727
class EntityFactory implements UserProviderFactoryInterface
2828
{

src/Symfony/Component/Routing/Attribute/Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Fabien Potencier <fabien@symfony.com>
1616
* @author Alexander M. Turek <me@derrabus.de>
1717
*
18-
* @final since Symfony 6.4
18+
* @final
1919
*/
2020
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)]
2121
class Route

src/Symfony/Component/Serializer/Attribute/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
1818
*
19-
* @final since Symfony 6.4
19+
* @final
2020
*/
2121
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
2222
class Context

src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Samuel Roze <samuel.roze@gmail.com>
1818
*
19-
* @final since Symfony 6.4
19+
* @final
2020
*/
2121
#[\Attribute(\Attribute::TARGET_CLASS)]
2222
class DiscriminatorMap

src/Symfony/Component/Serializer/Attribute/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Kévin Dunglas <dunglas@gmail.com>
1818
*
19-
* @final since Symfony 6.4
19+
* @final
2020
*/
2121
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)]
2222
class Groups

src/Symfony/Component/Serializer/Attribute/Ignore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* @author Kévin Dunglas <dunglas@gmail.com>
1616
*
17-
* @final since Symfony 6.4
17+
* @final
1818
*/
1919
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
2020
class Ignore

src/Symfony/Component/Serializer/Attribute/MaxDepth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Kévin Dunglas <dunglas@gmail.com>
1818
*
19-
* @final since Symfony 6.4
19+
* @final
2020
*/
2121
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
2222
class MaxDepth

src/Symfony/Component/Serializer/Attribute/SerializedName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* @author Fabien Bourigault <bourigaultfabien@gmail.com>
1818
*
19-
* @final since Symfony 6.4
19+
* @final
2020
*/
2121
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
2222
class SerializedName

src/Symfony/Component/Serializer/Attribute/SerializedPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* @author Tobias Bönner <tobi@boenner.family>
2020
*
21-
* @final since Symfony 6.4
21+
* @final
2222
*/
2323
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
2424
class SerializedPath

0 commit comments

Comments
 (0)
0