mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
chore: style changes
This commit is contained in:
@ -11,10 +11,16 @@ use Pest\Logging\TeamCity\TeamCityLogger;
|
||||
*/
|
||||
abstract class Subscriber
|
||||
{
|
||||
/**
|
||||
* Creates a new Subscriber instance.
|
||||
*/
|
||||
public function __construct(private readonly TeamCityLogger $logger)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new TeamCityLogger instance.
|
||||
*/
|
||||
final protected function logger(): TeamCityLogger
|
||||
{
|
||||
return $this->logger;
|
||||
|
||||
Reference in New Issue
Block a user