Total Complexity | 4 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class Step |
||
10 | { |
||
11 | /** |
||
12 | * @var array |
||
13 | */ |
||
14 | protected array $availableOptions = array(); |
||
15 | |||
16 | /** |
||
17 | * @param array $options |
||
18 | */ |
||
19 | public function options ( array $options ) |
||
26 | } |
||
27 | } |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * @param string $word |
||
32 | * @return string |
||
33 | */ |
||
34 | protected function textToCamelCase ( string $word ) : string |
||
54 |