Completed
Push — master ( 3bf34d...a84a03 )
by ARCANEDEV
13s queued 11s
created
src/Metrics/NullablePartition.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      * @param  string                                        $groupBy
47 47
      * @param  string|null                                   $column
48 48
      *
49
-     * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed
49
+     * @return PartitionResult
50 50
      */
51 51
     protected function count($model, string $groupBy, $column = null)
52 52
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
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
     protected function aggregate(string $method, $model, ?string $column, string $groupBy)
72 72
     {
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      *
114 114
      * @param  mixed|null $value
115 115
      *
116
-     * @return \Arcanedev\LaravelMetrics\Results\PartitionResult|mixed
116
+     * @return PartitionResult
117 117
      */
118 118
     protected function result($value = null)
119 119
     {
Please login to merge, or discard this patch.