| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | abstract class Roa extends RoaRequest |
||
| 19 | { |
||
| 20 | use ActionResolverTrait; |
||
| 21 | use CallTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param array $options |
||
| 25 | * |
||
| 26 | * @throws ReflectionException |
||
| 27 | * @throws ClientException |
||
| 28 | */ |
||
| 29 | public function __construct(array $options = []) |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return mixed |
||
| 39 | */ |
||
| 40 | private function ¶meterPosition() |
||
| 45 |
This check looks for private methods that have been defined, but are not used inside the class.