mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
refactor: comments
This commit is contained in:
4
bin/pest
4
bin/pest
@ -1,12 +1,10 @@
|
||||
#!/usr/bin/env php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
use NunoMaduro\Collision\Provider;
|
||||
use Pest\Actions\ValidatesEnvironment;
|
||||
use Pest\Support\Container;
|
||||
use Pest\Console\Kernel;
|
||||
use Pest\Kernel;
|
||||
use Pest\TestSuite;
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\ArgvInput;
|
||||
use Symfony\Component\Console\Output\ConsoleOutput;
|
||||
use Symfony\Component\Console\Output\OutputInterface;
|
||||
|
||||
Reference in New Issue
Block a user