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