Passed
Pull Request — master (#35)
by
unknown
03:56
created
src/Standards/BestIt/Sniffs/Imports/ImportSniff.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace BestIt\Sniffs\Imports;
6 6
 
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
             $this->nsSeperatorCount++;
74 74
         }
75 75
 
76
-        if($this->nsSeperatorCount > 0){
76
+        if ($this->nsSeperatorCount > 0) {
77 77
             $file->addError(
78 78
                 self::ERROR_FQN_NOT_ALLOWED,
79 79
                 $position,
Please login to merge, or discard this patch.