Skip to content

Commit

Permalink
Merge pull request #472 from norkunas/fix-annotations
Browse files Browse the repository at this point in the history
Fix badly formatted internal/final annotations
  • Loading branch information
stof committed Nov 9, 2023
2 parents 414f951 + 700e137 commit 06ddd76
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/AddProcessorsPass.php
Expand Up @@ -21,7 +21,7 @@
*
* @author Christophe Coevoet <stof@notk.org>
*
* @internalsince 3.9.0
* @internal since 3.9.0
*/
class AddProcessorsPass implements CompilerPassInterface
{
Expand Down
Expand Up @@ -21,7 +21,7 @@
*
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
*
* @internalsince 3.9.0
* @internal since 3.9.0
*/
class AddSwiftMailerTransportPass implements CompilerPassInterface
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/FixEmptyLoggerPass.php
Expand Up @@ -29,7 +29,7 @@
*
* @see https://github.com/Seldaek/monolog/commit/ad37b7b2d11f300cbace9f5e84f855d329519e28
*
* @internalsince 3.9.0
* @internal since 3.9.0
*/
class FixEmptyLoggerPass implements CompilerPassInterface
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Compiler/LoggerChannelPass.php
Expand Up @@ -24,7 +24,7 @@
*
* @author Christophe Coevoet <stof@notk.org>
*
* @internalsince 3.9.0
* @internal since 3.9.0
*/
class LoggerChannelPass implements CompilerPassInterface
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -375,7 +375,7 @@
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Christophe Coevoet <stof@notk.org>
*
* @finalsince 3.9.0
* @final since 3.9.0
*/
class Configuration implements ConfigurationInterface
{
Expand Down
2 changes: 1 addition & 1 deletion DependencyInjection/MonologExtension.php
Expand Up @@ -42,7 +42,7 @@
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Christophe Coevoet <stof@notk.org>
*
* @finalsince 3.9.0
* @final since 3.9.0
*/
class MonologExtension extends Extension
{
Expand Down
2 changes: 1 addition & 1 deletion MonologBundle.php
Expand Up @@ -25,7 +25,7 @@
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @finalsince 3.9.0
* @final since 3.9.0
*/
class MonologBundle extends Bundle
{
Expand Down

0 comments on commit 06ddd76

Please sign in to comment.