Passed
Pull Request — master (#1552)
by Timo
04:27
created
Classes/Query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -690,7 +690,7 @@
 block discarded – undo
690 690
      *
691 691
      * This query supports the complete Lucene Query Language.
692 692
      *
693
-     * @param mixed $alternativeQuery String alternative query or boolean FALSE to disable / reset the q.alt parameter.
693
+     * @param string $alternativeQuery String alternative query or boolean FALSE to disable / reset the q.alt parameter.
694 694
      * @see http://wiki.apache.org/solr/DisMaxQParserPlugin#q.alt
695 695
      */
696 696
     public function setAlternativeQuery($alternativeQuery)
Please login to merge, or discard this patch.