1 | <?php |
||
9 | class MakeEchoServerConfig |
||
10 | { |
||
11 | use Dispatchable, Queueable; |
||
12 | |||
13 | /** |
||
14 | * Config for overriding default echo server values. |
||
15 | */ |
||
16 | protected $config; |
||
17 | |||
18 | 6 | public function __construct(array $config = []) |
|
22 | |||
23 | /** |
||
24 | * Execute the job. |
||
25 | * |
||
26 | * @return string |
||
27 | */ |
||
28 | 6 | public function handle(Container $container) |
|
66 | } |
||
67 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.