0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.225.55.42


Current Path : /var/www/html/sms/google-api-php-client/vendor/guzzlehttp/guzzle/
Upload File :
Current File : /var/www/html/sms/google-api-php-client/vendor/guzzlehttp/guzzle/.php_cs

<?php

$config = PhpCsFixer\Config::create()
    ->setRiskyAllowed(true)
    ->setRules([
        '@PSR2' => true,
        'array_syntax' => ['syntax' => 'short'],
        'declare_strict_types' => false,
        'concat_space' => ['spacing'=>'one'],
        'php_unit_test_case_static_method_calls' => ['call_type' => 'self'],
        'ordered_imports' => true,
        // 'phpdoc_align' => ['align'=>'vertical'],
        // 'native_function_invocation' => true,
    ])
    ->setFinder(
        PhpCsFixer\Finder::create()
            ->in(__DIR__.'/src')
            ->in(__DIR__.'/tests')
            ->name('*.php')
    )
;

return $config;