10000 [7.0] minor cleanup by nicolas-grekas · Pull Request #52598 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[7.0] minor cleanup #52598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
/**
* EntityFactory creates services for Doctrine user provider.
*
* @final since Symfony 6.4
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Christophe Coevoet <stof@notk.org>
*
* @final
*/
class EntityFactory implements UserProviderFactoryInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Routing/Attribute/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author Fabien Potencier <fabien@symfony.com>
* @author Alexander M. Turek <me@derrabus.de>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::IS_REPEATABLE | \Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD)]
class Route
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/Attribute/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* @author Maxime Steinhausser <maxime.steinhausser@gmail.com>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class Context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* @author Samuel Roze <samuel.roze@gmail.com>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_CLASS)]
class DiscriminatorMap
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/Attribute/Groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* @author Kévin Dunglas <dunglas@gmail.com>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_CLASS)]
class Groups
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/Attribute/Ignore.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* @author Kévin Dunglas <dunglas@gmail.com>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
class Ignore
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/Attribute/MaxDepth.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* @author Kévin Dunglas <dunglas@gmail.com>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
class MaxDepth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* @author Fabien Bourigault <bourigaultfabien@gmail.com>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
class SerializedName
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @author Tobias Bönner <tobi@boenner.family>
*
* @final since Symfony 6.4
* @final
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
class SerializedPath
Expand Down
0