mayflower/mo4-coding-standard

View on GitHub

Showing 5 of 5 total issues

Function process has a Cognitive Complexity of 46 (exceeds 15 allowed). Consider refactoring.
Open

public function process(File $phpcsFile, $stackPtr): void
{
$tokens = $phpcsFile->getTokens();
$current = $tokens[$stackPtr];
 
 
Severity: Minor
Found in MO4/Sniffs/Arrays/ArrayDoubleArrowAlignmentSniff.php - About 5 hrs to fix

Function process has a Cognitive Complexity of 36 (exceeds 15 allowed). Consider refactoring.
Open

public function process(File $phpcsFile, $stackPtr): void
{
$docCommentTags = [
'@param' => 1,
'@return' => 1,
Severity: Minor
Found in MO4/Sniffs/Formatting/UnnecessaryNamespaceUsageSniff.php - About 3 hrs to fix

Function processTokenWithinScope has a Cognitive Complexity of 27 (exceeds 15 allowed). Consider refactoring.
Open

protected function processTokenWithinScope(File $phpcsFile, $stackPtr, $currScope): void
{
$find = [
T_COMMENT,
T_DOC_COMMENT_CLOSE_TAG,
Severity: Minor
Found in MO4/Sniffs/Commenting/PropertyCommentSniff.php - About 2 hrs to fix

Function process has a Cognitive Complexity of 25 (exceeds 15 allowed). Consider refactoring.
Open

public function process(File $phpcsFile, $stackPtr): void
{
$varRegExp = '/\$[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/';
 
$tokens = $phpcsFile->getTokens();
Severity: Minor
Found in MO4/Sniffs/Strings/VariableInDoubleQuotedStringSniff.php - About 1 hr to fix

Method checkShorthandPossible has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

private function checkShorthandPossible(File $phpcsFile, array $useStatements, string $className, string $namespace, int $startPtr, int $endPtr, bool $isDocBlock = false): void
Severity: Major
Found in MO4/Sniffs/Formatting/UnnecessaryNamespaceUsageSniff.php - About 50 mins to fix
    Severity
    Category
    Status
    Source
    Language