symplely/processor

View on GitHub
Processor/Process.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Async\Processor;

class Process extends \Symfony\Component\Process\Process
{ }