Your IP : 18.116.19.29


Current Path : /home/lentoinv/test.lentoria.com/vendor/ankitpokhrel/tus-php/
Upload File :
Current File : /home/lentoinv/test.lentoria.com/vendor/ankitpokhrel/tus-php/.php-cs-fixer.php

<?php

$finder = PhpCsFixer\Finder::create()->in(['src', 'tests']);

return (new PhpCsFixer\Config())
    ->setRules([
        '@PSR12' => true,
        'not_operator_with_space' => true,
        'single_quote' => true,
        'binary_operator_spaces' => ['operators' => ['=' => 'align_single_space']],
        'native_function_invocation' => ['include' => ['@compiler_optimized']],
    ])
    ->setRiskyAllowed(true)
    ->setFinder($finder);

?>