Completed
Push — master ( 9d51a3...08f773 )
by
unknown
10s
created
src/search/AbstractQueryProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
 
124 124
     /**
125 125
      * Avoids sending junk to search server
126
-     * @param $attribute
126
+     * @param string $attribute
127 127
      * @return bool
128 128
      * @throws \yii\base\InvalidConfigException
129 129
      */
Please login to merge, or discard this patch.
src/search/SearchKeywordFormatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     /**
129 129
      * Removes shortest search terms from terms map
130 130
      *
131
-     * @param $maxCount
131
+     * @param integer $maxCount
132 132
      */
133 133
     private function removeShortestTerms($maxCount)
134 134
     {
Please login to merge, or discard this patch.