PHP 8.3.31
Preview: .php_cs.dist Size: 1020 B
//proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/jaybizzle/crawler-detect/.php_cs.dist

<?php

$finder = Symfony\Component\Finder\Finder::create()
    ->in([
        __DIR__.'/src',
        __DIR__.'/tests',
    ])
    ->name('*.php')
    ->ignoreDotFiles(true)
    ->ignoreVCS(true);

return PhpCsFixer\Config::create()
    ->setRules([
        '@PSR2' => true,
        'ordered_imports' => ['sortAlgorithm' => 'alpha'],
        'no_unused_imports' => true,
        'not_operator_with_successor_space' => true,
        'trailing_comma_in_multiline_array' => true,
        'phpdoc_scalar' => true,
        'unary_operator_spaces' => true,
        'binary_operator_spaces' => true,
        'blank_line_before_statement' => [
            'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'try'],
        ],
        'phpdoc_single_line_var_spacing' => true,
        'phpdoc_var_without_name' => true,
        'method_argument_space' => [
            'on_multiline' => 'ensure_fully_multiline',
            'keep_multiple_spaces_after_comma' => true,
        ],
    ])
    ->setFinder($finder);

Directory Contents

Dirs: 3 × Files: 5

Name Size Perms Modified Actions
.github DIR
- drwxr-xr-x 2025-11-18 19:23:52
Edit Download
raw DIR
- drwxr-xr-x 2025-11-18 19:23:52
Edit Download
src DIR
- drwxr-xr-x 2025-11-18 19:23:52
Edit Download
1020 B lrw-r--r-- 2025-10-28 20:22:16
Edit Download
799 B lrw-r--r-- 2025-10-28 20:22:16
Edit Download
981 B lrw-r--r-- 2025-10-28 20:22:16
Edit Download
1.06 KB lrw-r--r-- 2025-10-28 20:22:16
Edit Download
3.86 KB lrw-r--r-- 2025-10-28 20:22:16
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).