Completed
Push — master ( e5004e...206a70 )
by Roberto
07:13 queued 06:09
created
src/Traits/Geocoding.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
      *
27 27
      * @param  string $key
28 28
      * @param  string $member
29
-     * @param  splat  $members
29
+     * @param  splat[]  $members
30 30
      *
31 31
      * @return array            One or more Redis Geohash encoded strings.
32 32
      */
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      *
41 41
      * @param  string $key
42 42
      * @param  string $member
43
-     * @param  splat $members
43
+     * @param  splat[] $members
44 44
      *
45 45
      * @return array            One or more longitude/latitude positions
46 46
      */
Please login to merge, or discard this patch.