project_start/phpstorm-stubs/swoole/Swoole/Http/Server.php

8 lines
96 B
PHP

<?php
declare(strict_types=1);
namespace Swoole\Http;
class Server extends \Swoole\Server {}