1 | <?php |
||
8 | trait RawBodyResponseTrait |
||
9 | { |
||
10 | /** |
||
11 | * Handle command response. |
||
12 | * |
||
13 | * @param \Psr\Http\Message\ResponseInterface $response |
||
14 | * @param \Laravel\Forge\Contracts\ResourceContract $owner |
||
15 | * |
||
16 | * @return string |
||
17 | */ |
||
18 | public function handleResponse(ResponseInterface $response, ResourceContract $owner) |
||
22 | } |
||
23 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.