Completed
Push — master ( 713cf6...f312a1 )
by Nicolaas
03:22 queued 01:33
created
code/StockistCountryPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
      *
201 201
      * NB values are cached
202 202
      *
203
-     * @param string $fieldName
203
+     * @param string $fieldNames
204 204
      * @return array
205 205
      */
206 206
     public function getStockistPointValueList($fieldNames = 'LocalityName')
Please login to merge, or discard this patch.
code/StockistPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
      * for a stockist (based on their Geo Locations)
288 288
      * NB... values are cached...
289 289
      *
290
-     * @param string $fieldName
290
+     * @param string $fieldNameArray
291 291
      * @return array
292 292
      */
293 293
     public function getPointValues($fieldNameArray)
Please login to merge, or discard this patch.