Completed
Pull Request — develop (#20)
by Ben
03:41 queued 01:54
created
src/API/Query.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -426,6 +426,9 @@  discard block
 block discarded – undo
426 426
         array_push($this->customUrlParams, $param);
427 427
     }
428 428
 
429
+    /**
430
+     * @param string $refinementString
431
+     */
429 432
     public function splitRefinements($refinementString)
430 433
     {
431 434
         if (StringUtils::isNotBlank($refinementString)) {
@@ -870,7 +873,7 @@  discard block
 block discarded – undo
870 873
     /**
871 874
      * @param MBias $bias
872 875
      *
873
-     * @return Bias
876
+     * @return MBias
874 877
      */
875 878
     protected static function convertBias($bias)
876 879
     {
Please login to merge, or discard this patch.