Completed
Push — master ( f2190d...7519e7 )
by Risan Bagja
02:48
created
src/Mappers/DepartureMapper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,6 @@
 block discarded – undo
132 132
     /**
133 133
      * Map groups departures.
134 134
      *
135
-     * @param array  $data
136 135
      * @param string $type
137 136
      * @param string $subType
138 137
      *
Please login to merge, or discard this patch.
src/Sl.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param string $query
54 54
      *
55
-     * @return Sl\Contracts\Collections\StationCollection
55
+     * @return StationCollection
56 56
      */
57 57
     public function searchStation($query)
58 58
     {
@@ -64,9 +64,9 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Get departures from station.
66 66
      *
67
-     * @param Sl\Contracts\Foundation\Station $station
67
+     * @param Station $station
68 68
      *
69
-     * @return Sl\Contracts\Collections\DepartureCollection
69
+     * @return DepartureCollection
70 70
      */
71 71
     public function departuresFrom(Station $station)
72 72
     {
Please login to merge, or discard this patch.