Completed
Pull Request — master (#322)
by
unknown
01:42
created
src/Sort/GeoDistanceSort.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 
137 137
     /**
138 138
      * @param string $distanceType
139
-     * @return GeoSort
139
+     * @return GeoDistanceSort
140 140
      */
141 141
     public function setDistanceType($distanceType)
142 142
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
 
156 156
     /**
157 157
      * @param string $location
158
-     * @return GeoSort
158
+     * @return GeoDistanceSort
159 159
      */
160 160
     public function setLocation($location)
161 161
     {
Please login to merge, or discard this patch.