Skip to content

Commit 700e137

Browse files
committed
Fix badly formatted internal/final annotations
1 parent 414f951 commit 700e137

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

DependencyInjection/Compiler/AddProcessorsPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Christophe Coevoet <stof@notk.org>
2323
*
24-
* @internalsince 3.9.0
24+
* @internal since 3.9.0
2525
*/
2626
class AddProcessorsPass implements CompilerPassInterface
2727
{

DependencyInjection/Compiler/AddSwiftMailerTransportPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
2323
*
24-
* @internalsince 3.9.0
24+
* @internal since 3.9.0
2525
*/
2626
class AddSwiftMailerTransportPass implements CompilerPassInterface
2727
{

DependencyInjection/Compiler/FixEmptyLoggerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @see https://github.com/Seldaek/monolog/commit/ad37b7b2d11f300cbace9f5e84f855d329519e28
3131
*
32-
* @internalsince 3.9.0
32+
* @internal since 3.9.0
3333
*/
3434
class FixEmptyLoggerPass implements CompilerPassInterface
3535
{

DependencyInjection/Compiler/LoggerChannelPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*
2525
* @author Christophe Coevoet <stof@notk.org>
2626
*
27-
* @internalsince 3.9.0
27+
* @internal since 3.9.0
2828
*/
2929
class LoggerChannelPass implements CompilerPassInterface
3030
{

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
* @author Jordi Boggiano <j.boggiano@seld.be>
376376
* @author Christophe Coevoet <stof@notk.org>
377377
*
378-
* @finalsince 3.9.0
378+
* @final since 3.9.0
379379
*/
380380
class Configuration implements ConfigurationInterface
381381
{

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* @author Jordi Boggiano <j.boggiano@seld.be>
4343
* @author Christophe Coevoet <stof@notk.org>
4444
*
45-
* @finalsince 3.9.0
45+
* @final since 3.9.0
4646
*/
4747
class MonologExtension extends Extension
4848
{

MonologBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @author Jordi Boggiano <j.boggiano@seld.be>
2727
*
28-
* @finalsince 3.9.0
28+
* @final since 3.9.0
2929
*/
3030
class MonologBundle extends Bundle
3131
{

0 commit comments

Comments
 (0)