Completed
Pull Request — master (#1017)
by Tim
03:41
created
lib/Elastica/Query/MoreLikeThis.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@  discard block
 block discarded – undo
30 30
      * @param array $ids Document ids
31 31
      *
32 32
      * @deprecated Option "ids" deprecated as of ES 2.0.0-beta1 and will be removed in further Elastica releases. Use "like" instead.
33
-
34 33
      * @return \Elastica\Query\MoreLikeThis Current object
35 34
      */
36 35
     public function setIds(array $ids)
@@ -56,7 +55,6 @@  discard block
 block discarded – undo
56 55
      * @param string $likeText
57 56
      *
58 57
      * @deprecated Option "like_text" deprecated as of ES 2.0.0-beta1 and will be removed at further Elastica releases. Use "like" instead.
59
-
60 58
      * @return $this
61 59
      */
62 60
     public function setLikeText($likeText)
Please login to merge, or discard this patch.
lib/Elastica/Query/BoolQuery.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * @param \Elastica\Filter\AbstractFilter $filter Filter object
56 56
      *
57 57
      * @return $this
58
-    */
58
+     */
59 59
     public function addFilter(AbstractFilter $filter)
60 60
     {
61 61
         return $this->addParam('filter', $filter);
Please login to merge, or discard this patch.