Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit a20eb1f

Browse files
committed
Fixed metric
1 parent fcdcb44 commit a20eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeIgniter4/Sniffs/WhiteSpace/BooleanNotSpaceAfterSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function process(File $phpcsFile, $stackPtr)
6363

6464
$phpcsFile->fixer->addContent(($stackPtr), ' ');
6565
$phpcsFile->fixer->endChangeset();
66-
$phpcsFile->recordMetric($stackPtr, 'Boolean not whitespace', 'no space after');
66+
$phpcsFile->recordMetric($stackPtr, 'Boolean not space after', 'yes');
6767
}//end if
6868
}//end if
6969

0 commit comments

Comments
 (0)