JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File ".php_cs.dist"

Full Path: /var/www/lionsclub/core/vendor/google/grpc-gcp/.php_cs.dist
File size: 333 bytes
MIME-type: text/x-php
Charset: utf-8

<?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__)
    )
;