Skip to content

Commit

Permalink
Update RunCommand.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Jan 18, 2024
1 parent a7c97d3 commit 087f583
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Command/RunCommand.php
Expand Up @@ -49,7 +49,6 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\StyleInterface;
use function getcwd;
use function sprintf;

final class RunCommand extends Command

Check failure on line 54 in src/Command/RunCommand.php

View workflow job for this annotation

GitHub Actions / Psalm on ubuntu with PHP 8.3 and Composer locked

UnusedClass

src/Command/RunCommand.php:54:13: UnusedClass: Class Ghostwriter\Compliance\Command\RunCommand is never used (see https://psalm.dev/075)

Check failure on line 54 in src/Command/RunCommand.php

View workflow job for this annotation

GitHub Actions / Psalm on ubuntu with PHP 8.3 and Composer locked

UnusedClass

src/Command/RunCommand.php:54:13: UnusedClass: Class Ghostwriter\Compliance\Command\RunCommand is never used (see https://psalm.dev/075)

Check failure on line 54 in src/Command/RunCommand.php

View workflow job for this annotation

GitHub Actions / Psalm on ubuntu with PHP 8.3 and Composer locked

UnusedClass

src/Command/RunCommand.php:54:13: UnusedClass: Class Ghostwriter\Compliance\Command\RunCommand is never used (see https://psalm.dev/075)

Check failure on line 54 in src/Command/RunCommand.php

View workflow job for this annotation

GitHub Actions / Psalm on ubuntu with PHP 8.3 and Composer locked

UnusedClass

src/Command/RunCommand.php:54:13: UnusedClass: Class Ghostwriter\Compliance\Command\RunCommand is never used (see https://psalm.dev/075)
Expand Down Expand Up @@ -102,7 +101,6 @@ protected function configure(): void
// This file is unique to the current step and changes for each step in a job.
// For example, /home/runner/work/_temp/_runner_file_commands/set_env_87406d6e-4979-4d42-98e1-3dab1f48b13a.
// For more information, see "Workflow commands for GitHub Actions."

}

/**
Expand Down

0 comments on commit 087f583

Please sign in to comment.