mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
refacto: bootstrappers and parallel minor stuff
This commit is contained in:
@ -13,6 +13,9 @@ use Symfony\Component\Console\Output\OutputInterface;
|
||||
*/
|
||||
final class BootView implements Bootstrapper
|
||||
{
|
||||
/**
|
||||
* Creates a new instance of the Boot View.
|
||||
*/
|
||||
public function __construct(
|
||||
private readonly OutputInterface $output
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user