Skip to content

Commit

Permalink
Fix badly formatted internal/final annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Nov 9, 2023
1 parent 414f951 commit 700e137
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 700e137

Please sign in to comment.