HEX
Server: LiteSpeed
System: Linux srv1.dhviews.com 5.14.0-570.23.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 24 11:27:16 EDT 2025 x86_64
User: bdedition (1723)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bdedition/www/core/vendor/sendgrid/php-http-client/.php_cs.dist
<?php

$finder = PhpCsFixer\Finder::create()
    ->in(__DIR__ . '/lib');

return PhpCsFixer\Config::create()
    ->setRiskyAllowed(true)
    ->setRules([
        '@PSR2' => true,
        '@Symfony' => true,
        'array_syntax' => ['syntax' => 'short'],
        'cast_spaces' => ['space' => 'single'],
        'yoda_style' => false,
        'concat_space' => ['spacing' => 'one'],
        'phpdoc_summary' => false,
        'combine_consecutive_unsets' => true,
        'final_internal_class' => true,
        'global_namespace_import' => ['import_classes' => false],
    ])
    ->setFinder($finder);