Home
last modified time | relevance | path

Searched refs:fixer (Results 76 – 100 of 137) sorted by relevance

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php185 $phpcsFile->fixer->addContent($stackPtr, $expected);
208 $phpcsFile->fixer->replaceToken($comment, $expected.$phpcsFile->eolChar);
H A DFileCommentSniff.php170 $phpcsFile->fixer->replaceToken($string, $expected);
185 $phpcsFile->fixer->replaceToken($string, $expected);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DElseIfDeclarationSniff.php61 $phpcsFile->fixer->replaceToken($stackPtr, 'else if');
H A DLowercaseDeclarationSniff.php81 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
/plugin/icalevents/vendor/sabre/uri/
H A D.travis.yml11 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/davcal/vendor/sabre/event/
H A D.travis.yml16 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md91 composer global require php:^8.1 squizlabs/php_codesniffer friendsofphp/php-cs-fixer vimeo/psalm
93 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DNoSpaceAfterCastSniff.php66 $phpcsFile->fixer->replaceToken(($stackPtr + 1), '');
/plugin/davcal/vendor/sabre/xml/
H A D.travis.yml20 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/icalevents/vendor/sabre/vobject/
H A D.travis.yml12 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Objects/
H A DObjectMemberCommaSniff.php69 $phpcsFile->fixer->replaceToken($prev, '');
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml25 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/davcal/vendor/sabre/http/
H A D.travis.yml26 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDisallowMultipleStyleDefinitionsSniff.php77 $phpcsFile->fixer->addNewlineBefore($next);
H A DSemicolonSpacingSniff.php77 $phpcsFile->fixer->replaceToken(($semicolon - 1), '');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DCastSpacingSniff.php72 $phpcsFile->fixer->replaceToken($stackPtr, $expected);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/
H A DMultiLineFunctionDeclarationSniff.php184 $phpcsFile->fixer->addNewline($openBracket);
212 $phpcsFile->fixer->addNewline($i);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/Files/
H A DClosingTagSniff.php69 $phpcsFile->fixer->replaceToken($last, '');
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml16 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DLowercaseClassKeywordsSniff.php80 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DEndFileNoNewlineSniff.php81 $phpcsFile->fixer->replaceToken($stackPtr, $newContent);
H A DEndFileNewlineSniff.php82 $phpcsFile->fixer->addNewline($stackPtr);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DUpperCaseConstantSniff.php79 $phpcsFile->fixer->replaceToken($stackPtr, $expected);
H A DLowerCaseConstantSniff.php89 $phpcsFile->fixer->replaceToken($stackPtr, $expected);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DInlineCommentSniff.php68 $phpcsFile->fixer->replaceToken($stackPtr, $newComment);

123456