Completed
Push — master ( bccb03...5772ae )
by Nicolaas
03:08
created
code/forms/ProductSearchForm.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -495,7 +495,7 @@  discard block
 block discarded – undo
495 495
      * can be executed one after the other, each
496 496
      * being less specific than the last...
497 497
      *
498
-     * @return array
498
+     * @return boolean
499 499
      */
500 500
     protected function addToResults($listToAdd)
501 501
     {
@@ -518,8 +518,8 @@  discard block
 block discarded – undo
518 518
      * can be executed one after the other, each
519 519
      * being less specific than the last...
520 520
      *
521
-     * @param array $words  - words being search
522 521
      * @param array $fields - fields being searched
522
+     * @param string $keywordPhrase
523 523
      *
524 524
      * @return array
525 525
      */
Please login to merge, or discard this patch.