Passed
Branch master (0b14a6)
by PHPinnacle
03:12
created
src/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics;
14 14
 
Please login to merge, or discard this patch.
src/Search.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics;
14 14
 
Please login to merge, or discard this patch.
src/Traits/PrefixLength.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @var int
19 19
      */
20
-	protected $prefixLength;
20
+    protected $prefixLength;
21 21
 
22 22
     /**
23 23
      * @param int $prefixLength
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.
src/Traits/TieBreaker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.
src/Traits/MaxExpansions.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @var int
19 19
      */
20
-	protected $maxExpansions;
20
+    protected $maxExpansions;
21 21
 
22 22
     /**
23 23
      * @param int $maxExpansions
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.
src/Traits/Match.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -29,17 +29,17 @@
 block discarded – undo
29 29
     /**
30 30
      * @var Boolean
31 31
      */
32
-	protected $lenient;
32
+    protected $lenient;
33 33
 
34 34
     /**
35 35
      * @var string
36 36
      */
37
-	protected $zeroTermsQuery;
37
+    protected $zeroTermsQuery;
38 38
 
39 39
     /**
40 40
      * @var float
41 41
      */
42
-	protected $cutoffFrequency;
42
+    protected $cutoffFrequency;
43 43
 
44 44
     /**
45 45
      * @var string
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.
src/Traits/Fuzzy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.
src/Traits/Boost.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @var float
19 19
      */
20
-	protected $boost;
20
+    protected $boost;
21 21
 
22 22
     /**
23 23
      * @param float $boost
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.
src/Traits/Analyzer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace PHPinnacle\Elastics\Traits;
14 14
 
Please login to merge, or discard this patch.