| 1 | <?php |
||
| 12 | class IdSubscribingHandler implements SubscribingHandlerInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * {@inheritdoc} |
||
| 16 | */ |
||
| 17 | public static function getSubscribingMethods() |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param VisitorInterface $visitor |
||
| 36 | * @param Id $id |
||
| 37 | * @return string |
||
| 38 | */ |
||
| 39 | 1 | public function serializeId(VisitorInterface $visitor, Id $id) |
|
| 43 | } |
||
| 44 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.