Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 66.67% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | final class Inflector extends Binding |
||
12 | { |
||
13 | private int $parametersCount; |
||
14 | |||
15 | /** |
||
16 | * @param \Closure $inflector The first closure argument is the object to be manipulated. |
||
17 | * Closure can return the new or the same object. |
||
18 | */ |
||
19 | 5 | public function __construct( |
|
23 | } |
||
24 | |||
25 | public function __toString(): string |
||
28 | } |
||
29 | |||
30 | 5 | public function getParametersCount(): int |
|
35 |