Completed
Pull Request — master (#22)
by
unknown
06:29
created
src/Standards/BestIt/CodeSniffer/File.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         array $data = [],
88 88
         int $severity = 0
89 89
     ): bool {
90
-         return $this->baseFile->addFixableError($error, $stackPtr, $code, $data, $severity);
90
+            return $this->baseFile->addFixableError($error, $stackPtr, $code, $data, $severity);
91 91
     }
92 92
 
93 93
     /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace BestIt\CodeSniffer;
6 6
 
Please login to merge, or discard this patch.
src/Standards/BestIt/Sniffs/Commenting/PropertyDocSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 
6 6
 namespace BestIt\Sniffs\Commenting;
Please login to merge, or discard this patch.
src/Standards/BestIt/Sniffs/Commenting/AbstractDocSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 
6 6
 namespace BestIt\Sniffs\Commenting;
Please login to merge, or discard this patch.
src/Standards/BestIt/Sniffs/Commenting/GeneralDocSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 
6 6
 namespace BestIt\Sniffs\Commenting;
Please login to merge, or discard this patch.
src/Standards/BestIt/Sniffs/Commenting/ConstantDocSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 
6 6
 namespace BestIt\Sniffs\Commenting;
Please login to merge, or discard this patch.
src/Standards/BestIt/Sniffs/Commenting/ClassDocSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 
6 6
 namespace BestIt\Sniffs\Commenting;
Please login to merge, or discard this patch.
src/Standards/BestIt/CodeSniffer/Helper/PropertyHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace BestIt\CodeSniffer\Helper;
6 6
 
Please login to merge, or discard this patch.
src/Standards/BestIt/CodeSniffer/AbstractSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace BestIt\CodeSniffer;
6 6
 
Please login to merge, or discard this patch.
BestIt/CodeSniffer/Commenting/TagValidator/Validators/PackageValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace BestIt\CodeSniffer\Commenting\TagValidator\Validators;
6 6
 
Please login to merge, or discard this patch.