@@ -38,7 +38,7 @@ discard block |
||
38 | 38 | * @param string $groupBy |
39 | 39 | * @param string|null $column |
40 | 40 | * |
41 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
41 | + * @return PartitionResult |
|
42 | 42 | */ |
43 | 43 | public function count($model, string $groupBy, $column = null) |
44 | 44 | { |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | * @param string $column |
53 | 53 | * @param string $groupBy |
54 | 54 | * |
55 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
55 | + * @return PartitionResult |
|
56 | 56 | */ |
57 | 57 | public function average($model, string $column, string $groupBy) |
58 | 58 | { |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | * @param string $column |
67 | 67 | * @param string $groupBy |
68 | 68 | * |
69 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
69 | + * @return PartitionResult |
|
70 | 70 | */ |
71 | 71 | public function sum($model, string $column, string $groupBy) |
72 | 72 | { |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | * @param string $column |
81 | 81 | * @param string $groupBy |
82 | 82 | * |
83 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
83 | + * @return PartitionResult |
|
84 | 84 | */ |
85 | 85 | public function max($model, string $column, string $groupBy) |
86 | 86 | { |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | * @param string $column |
95 | 95 | * @param string $groupBy |
96 | 96 | * |
97 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
97 | + * @return PartitionResult |
|
98 | 98 | */ |
99 | 99 | public function min($model, string $column, string $groupBy) |
100 | 100 | { |
@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | * @param string $column |
115 | 115 | * @param string $groupBy |
116 | 116 | * |
117 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
117 | + * @return PartitionResult |
|
118 | 118 | */ |
119 | 119 | protected function aggregate($method, $model, $column, $groupBy) |
120 | 120 | { |
@@ -158,7 +158,7 @@ discard block |
||
158 | 158 | * |
159 | 159 | * @param mixed|null $value |
160 | 160 | * |
161 | - * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed |
|
161 | + * @return PartitionResult |
|
162 | 162 | */ |
163 | 163 | protected function result($value = null) |
164 | 164 | { |