| 1 | <?php |
||
| 11 | final class IdentificationHandler |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var XmlRpcService |
||
| 15 | */ |
||
| 16 | private $service; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param XmlRpcService $service |
||
| 20 | */ |
||
| 21 | public function __construct(XmlRpcService $service) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param IdentificationCommand $command |
||
| 28 | * @return PromiseInterface |
||
| 29 | */ |
||
| 30 | public function handle(IdentificationCommand $command): PromiseInterface |
||
| 34 | } |
||
| 35 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.