Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon authored and github-actions[bot] committed Mar 28, 2023
1 parent 1b7a060 commit 2d3fc21
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Domain/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
class Filesystem implements FilesystemInterface
{

/**
* @inheritDoc
*/
Expand Down
1 change: 0 additions & 1 deletion src/Domain/Filesystem/FilesystemInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

interface FilesystemInterface
{

/**
* @return bool|int
*/
Expand Down
1 change: 0 additions & 1 deletion src/Domain/Service/ShellCommandService.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace TYPO3\Surf\Domain\Service;

use Monolog\Logger;
use Neos\Utility\Files;
use Phar;
use Psr\Log\LoggerAwareInterface;
Expand Down
7 changes: 7 additions & 0 deletions src/Integration/LoggerAwareTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

declare(strict_types=1);

/*
* This file is part of TYPO3 Surf.
*
* For the full copyright and license information, please view the LICENSE.txt
* file that was distributed with this source code.
*/

namespace TYPO3\Surf\Integration;

use Psr\Log\LoggerInterface;
Expand Down

0 comments on commit 2d3fc21

Please sign in to comment.