generated from chicory/php-env
#13 Mark config classes as final
This commit is contained in:
parent
2beb5319cb
commit
54b9b1c24e
@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Runx\Infrastructure\Config;
|
||||
|
||||
class Config
|
||||
final class Config
|
||||
{
|
||||
public function __construct(
|
||||
public readonly LoggerConfig $logger,
|
||||
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace Runx\Infrastructure\Config;
|
||||
|
||||
class LoggerConfig
|
||||
final class LoggerConfig
|
||||
{
|
||||
/**
|
||||
* @param 'debug'|'info'|'warning'|'error' $level
|
||||
|
Loading…
Reference in New Issue
Block a user