Skip to content

Commit

Permalink
fix(Logger): Run cs:fix
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Oct 11, 2024
1 parent f99ce0d commit 885483b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
declare(strict_types=1);
namespace OCA\Recognize\Service;

use \Stringable;
use Psr\Log\LoggerInterface;
use Symfony\Component\Console\Output\OutputInterface;
use \Stringable;

class Logger implements LoggerInterface {
private LoggerInterface $logger;
Expand Down

0 comments on commit 885483b

Please sign in to comment.