?iť?

Your IP : 3.144.9.115


Current Path : /home/scgforma/www/soc064/htdocs/includes/mobiledetect/mobiledetectlib/
Upload File :
Current File : /home/scgforma/www/soc064/htdocs/includes/mobiledetect/mobiledetectlib/.php_cs

<?php

use Symfony\CS\FixerInterface;

$finder = Symfony\CS\Finder\DefaultFinder::create()
    ->notName('LICENSE')
    ->notName('README.md')
    ->notName('.php_cs')
    ->notName('composer.*')
    ->notName('phpunit.xml*')
    ->notName('*.phar')
    ->exclude('vendor')
    ->exclude('examples')
    ->exclude('Symfony/CS/Tests/Fixer')
    ->notName('ElseifFixer.php')
    ->exclude('data')
    ->in(__DIR__)
;

return Symfony\CS\Config\Config::create()
    ->finder($finder)
;