<?php return PhpCsFixer\Config::create() ->setRules([ '@PSR2' => true, 'concat_space' => ['spacing' => 'one'], 'no_unused_imports' => true, 'method_argument_space' => false, ]) ->setFinder( PhpCsFixer\Finder::create() ->notPath('firestore') ->in(__DIR__) ) ;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
cloudprober | Folder | 0755 |
|
|
doc | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
third_party | Folder | 0755 |
|
|
.php_cs.dist | File | 333 B | 0644 |
|
LICENSE | File | 11.09 KB | 0644 |
|
README.md | File | 476 B | 0644 |
|
composer.json | File | 577 B | 0644 |
|