Skip to content

Commit

Permalink
Remove use function import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jan 23, 2024
1 parent 57b6b19 commit e0cb36d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dev/Command/RegistrationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Zxing\QrReader;
use function is_string;

#[AsCommand(name: 'test:registration')]
class RegistrationCommand extends Command
Expand Down
1 change: 0 additions & 1 deletion src/Features/Context/ErrorReportContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
use Behat\Testwork\Tester\Result\TestResult;
use Exception;
use Symfony\Component\HttpKernel\KernelInterface;
use function is_string;

/**
* Generates a HTML/png error output report when a build fails.
Expand Down
1 change: 0 additions & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
use function dirname;

class Kernel extends BaseKernel
{
Expand Down

0 comments on commit e0cb36d

Please sign in to comment.