getTokens(); if (false !== strpos($tokens[$stackPtr]['content'], '"')) { $phpcsFile->addError('Use single quotes', $stackPtr, 'DoubleQuotes'); } } }