1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace Hhxsv5\LaravelS\Components; |
||
4 | |||
5 | interface MetricCollectorInterface |
||
0 ignored issues
–
show
|
|||
6 | { |
||
7 | /** |
||
8 | * Collect the metrics |
||
9 | * @param array $params |
||
0 ignored issues
–
show
|
|||
10 | * @return mixed |
||
0 ignored issues
–
show
|
|||
11 | */ |
||
12 | public function collect(array $params = []); |
||
13 | } |