Skip to content

Commit

Permalink
Update lines mentioned by php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
froemken committed Aug 8, 2024
1 parent 901f220 commit e265569
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Classes/Domain/Repository/StatusRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
{
use DatabaseConnectionTrait;

public function __construct(private LoggerInterface $logger)
{}
public function __construct(private LoggerInterface $logger) {}

public function findAll(): StatusValues
{
Expand Down
3 changes: 1 addition & 2 deletions Classes/Domain/Repository/VariablesRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
{
use DatabaseConnectionTrait;

public function __construct(private LoggerInterface $logger)
{}
public function __construct(private LoggerInterface $logger) {}

public function findAll(): Variables
{
Expand Down
3 changes: 1 addition & 2 deletions Classes/Helper/ExplainQueryHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
{
use DatabaseConnectionTrait;

public function __construct(private LoggerInterface $logger)
{}
public function __construct(private LoggerInterface $logger) {}

/**
* @param QueryInformation $queryInformation
Expand Down

0 comments on commit e265569

Please sign in to comment.