Completed
Pull Request — master (#104)
by Adam
09:54
created
src/KGzocha/Searcher/Result/ResultCollectionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Result;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/WrappedResultsSearcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/Context/Doctrine/ODMBuilderSearchingContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Context\Doctrine;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/Context/SearchingContextInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Context;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/Context/Elastica/ScrollingSearchingContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Context\Elastica;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/Criteria/IntegerRangeCriteria.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Criteria;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/Criteria/Adapter/MappedOrderByAdapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Criteria\Adapter;
5 5
 
Please login to merge, or discard this patch.
src/KGzocha/Searcher/Criteria/Collection/CriteriaCollection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Criteria\Collection;
5 5
 
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     {
28 28
         return new self(array_filter(
29 29
             $this->getItems(),
30
-            function (CriteriaInterface $criteria) {
30
+            function(CriteriaInterface $criteria) {
31 31
                 return $criteria->shouldBeApplied();
32 32
             }
33 33
         ));
Please login to merge, or discard this patch.
KGzocha/Searcher/Criteria/Collection/NamedCriteriaCollectionInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 namespace KGzocha\Searcher\Criteria\Collection;
5 5
 
Please login to merge, or discard this patch.