Completed
Branch master (0b2f36)
by Freek
06:26
created
src/LaravelAnalytics.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
     /**
242 242
      * Get the number of active users currently on the site.
243 243
      *
244
-     * @param array $others
244
+     * @param string[] $others
245 245
      *
246 246
      * @return int
247 247
      */
@@ -339,7 +339,7 @@  discard block
 block discarded – undo
339 339
      *
340 340
      * @param int $numberOfDays
341 341
      *
342
-     * @return array
342
+     * @return Carbon[]
343 343
      */
344 344
     protected function calculateNumberOfDays($numberOfDays)
345 345
     {
Please login to merge, or discard this patch.