Total Complexity | 1 |
Total Lines | 11 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
8 | class RelativeComposer |
||
9 | { |
||
10 | /** |
||
11 | * Bind data to the view. |
||
12 | * |
||
13 | * @param View $view |
||
2 ignored issues
–
show
|
|||
14 | * @return void |
||
15 | */ |
||
16 | 1 | public function compose(View $view) |
|
21 |