/home/techb158/exp.abdallabala.com/vendor/respect/validation
NameSizeModeActions
bin/-0755rm
docs/-0755rm
library/-0755rm
tests/-0755rm
.gitignore540644editdlrm
.php_cs10870644editdlrm
.scrutinizer.yml3560644editdlrm
.travis.yml7620644editdlrm
CHANGELOG.md37840644editdlrm
composer.json16460644editdlrm
CONTRIBUTING.md77510644editdlrm
couscous.yml10470644editdlrm
LICENSE.md16520644editdlrm
mkdocs.yml490644editdlrm
phpunit.xml.dist10530644editdlrm
README.md15350644editdlrm
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/.php_cs (1087B)
files() ->name('*.php') ->name('*.phpt') ->in('library') ->in('tests'); return Symfony\CS\Config\Config::create() ->level(\Symfony\CS\FixerInterface::PSR2_LEVEL) ->fixers(array( // All items of the @param, @throws, @return, @var, and @type phpdoc // tags must be aligned vertically. 'phpdoc_params', // Convert double quotes to single quotes for simple strings. 'single_quote', // Group and seperate @phpdocs with empty lines. 'phpdoc_separation', // An empty line feed should precede a return statement. 'return', // PHP arrays should use the PHP 5.4 short-syntax. 'short_array_syntax', // Remove trailing whitespace at the end of blank lines. 'whitespacy_lines', // Removes extra empty lines. 'extra_empty_lines', // Unused use statements must be removed. 'unused_use', // Ordering use statements. 'ordered_use', )) ->finder($finder);