| Total Complexity | 6 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class ParameterManipulations |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * ParameterManipulations constructor. |
||
| 13 | * |
||
| 14 | * @param array $params |
||
| 15 | * |
||
| 16 | * @throws \ReflectionException |
||
| 17 | */ |
||
| 18 | 36 | public function __construct(array $params) |
|
| 26 | } |
||
| 27 | } |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @param $input |
||
| 32 | * |
||
| 33 | * @return string |
||
| 34 | */ |
||
| 35 | 36 | protected function fromCamelCase($input) |
|
| 43 | } |
||
| 44 | } |