for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Hhxsv5\LaravelS\Swoole\Socket;
use Swoole\Server\Port;
abstract class Http implements PortInterface, HttpInterface
{
protected $swoolePort;
public function __construct(Port $port)
$this->swoolePort = $port;
}