Skip to content

Commit

Permalink
Merge pull request #469 from stof/final_internal_classes
Browse files Browse the repository at this point in the history
Tag classes as final or internal based on their usages
  • Loading branch information
stof committed Oct 24, 2023
2 parents 110a839 + 756093a commit 2a96e4f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

* Add support for Symfony 7
* Remove support for Symfony 4
* Mark classes as internal when relevant
* Add support for env placeholders in the `level` option of handlers

## 3.8.0 (2022-05-10)
Expand Down
2 changes: 2 additions & 0 deletions DependencyInjection/Compiler/AddProcessorsPass.php
Expand Up @@ -20,6 +20,8 @@
* Registers processors in Monolog loggers or handlers.
*
* @author Christophe Coevoet <stof@notk.org>
*
* @internalsince 3.9.0
*/
class AddProcessorsPass implements CompilerPassInterface
{
Expand Down
2 changes: 2 additions & 0 deletions DependencyInjection/Compiler/AddSwiftMailerTransportPass.php
Expand Up @@ -20,6 +20,8 @@
* container definitions.
*
* @author Christian Flothmann <christian.flothmann@xabbuh.de>
*
* @internalsince 3.9.0
*/
class AddSwiftMailerTransportPass implements CompilerPassInterface
{
Expand Down
2 changes: 2 additions & 0 deletions DependencyInjection/Compiler/FixEmptyLoggerPass.php
Expand Up @@ -28,6 +28,8 @@
* @author Fabien Potencier <fabien@symfony.com>
*
* @see https://github.com/Seldaek/monolog/commit/ad37b7b2d11f300cbace9f5e84f855d329519e28
*
* @internalsince 3.9.0
*/
class FixEmptyLoggerPass implements CompilerPassInterface
{
Expand Down
2 changes: 2 additions & 0 deletions DependencyInjection/Compiler/LoggerChannelPass.php
Expand Up @@ -23,6 +23,8 @@
* Replaces the default logger by another one with its own channel for tagged services.
*
* @author Christophe Coevoet <stof@notk.org>
*
* @internalsince 3.9.0
*/
class LoggerChannelPass implements CompilerPassInterface
{
Expand Down
2 changes: 2 additions & 0 deletions DependencyInjection/Configuration.php
Expand Up @@ -370,6 +370,8 @@
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Christophe Coevoet <stof@notk.org>
*
* @finalsince 3.9.0
*/
class Configuration implements ConfigurationInterface
{
Expand Down
2 changes: 2 additions & 0 deletions DependencyInjection/MonologExtension.php
Expand Up @@ -40,6 +40,8 @@
*
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Christophe Coevoet <stof@notk.org>
*
* @finalsince 3.9.0
*/
class MonologExtension extends Extension
{
Expand Down
2 changes: 2 additions & 0 deletions MonologBundle.php
Expand Up @@ -24,6 +24,8 @@

/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @finalsince 3.9.0
*/
class MonologBundle extends Bundle
{
Expand Down

0 comments on commit 2a96e4f

Please sign in to comment.