/home/desid573/cf.desidrivers.com.au/google/api/vendor/google/auth
NameSizeModeActions
src/-0755rm
tests/-0755rm
.editorconfig3720644editdlrm
.gitignore240644editdlrm
.php_cs17630644editdlrm
.travis.yml4420644editdlrm
autoload.php11110644editdlrm
CHANGELOG.md5760644editdlrm
composer.json7090644editdlrm
CONTRIBUTING.md36550644editdlrm
COPYING113420644editdlrm
LICENSE102560644editdlrm
phpunit.xml.dist4430644editdlrm
README.md50680644editdlrm
Edit: /home/desid573/cf.desidrivers.com.au/google/api/vendor/google/auth/.php_cs (1763B)
exclude('vendor') ->in(__DIR__); // Return a Code Sniffing configuration using // all sniffers needed for PSR-2 // and additionally: // - Remove leading slashes in use clauses. // - PHP single-line arrays should not have trailing comma. // - Single-line whitespace before closing semicolon are prohibited. // - Remove unused use statements in the PHP source code // - Ensure Concatenation to have at least one whitespace around // - Remove trailing whitespace at the end of blank lines. return Symfony\CS\Config\Config::create() ->level(Symfony\CS\FixerInterface::PSR2_LEVEL) ->fixers([ 'remove_leading_slash_use', 'single_array_no_trailing_comma', 'spaces_before_semicolon', 'unused_use', 'concat_with_spaces', 'whitespacy_lines', 'ordered_use', 'single_quote', 'duplicate_semicolon', 'extra_empty_lines', 'phpdoc_no_package', 'phpdoc_scalar', 'no_empty_lines_after_phpdocs' ]) ->finder($finder);