Completed
Pull Request — master (#1264)
by Karel
03:00
created
lib/Elastica/Multi/Search.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      * @const string[] valid header options
20 20
      */
21 21
     private static $HEADER_OPTIONS = ['index', 'types', 'search_type',
22
-                                      'routing', 'preference', ];
22
+                                        'routing', 'preference', ];
23 23
     /**
24 24
      * @var MultiBuilderInterface
25 25
      */
Please login to merge, or discard this patch.
lib/Elastica/Query.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Elastica\Aggregation\AbstractAggregation;
5 5
 use Elastica\Exception\InvalidException;
6
-use Elastica\Exception\NotImplementedException;
7 6
 use Elastica\Query\AbstractQuery;
8 7
 use Elastica\Query\MatchAll;
9 8
 use Elastica\Query\QueryString;
Please login to merge, or discard this patch.