Passed
Pull Request — master (#33)
by Michel
03:13
created
src/Standards/BestIt/CodeSniffer/File.php 1 patch
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.
src/Standards/BestIt/Sniffs/TypeHints/ArrayTypeHintSniff.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
         $token = $tokens[$stackPtr];
66 66
 
67 67
         if (preg_match('/^\s*([a-z|]+)*array/i', $token['content'], $matches) === 1) {
68
-           $phpcsFile->addWarning(
68
+            $phpcsFile->addWarning(
69 69
                 self::ERROR_GENERIC_ARRAY,
70 70
                 $stackPtr,
71 71
                 self::CODE_GENERIC_ARRAY
Please login to merge, or discard this patch.