Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php declare(strict_types=1); $finder = PhpCsFixer\Finder::create() ->notPath('vendo..

Decoded Output download

<?php declare(strict_types=1);

$finder = PhpCsFixer\Finder::create()
    ->notPath('vendor')
    ->in(__DIR__)
    ->name('*.php')
    ->ignoreDotFiles(true)
    ->ignoreVCS(true);

return \MLL\PhpCsFixerConfig
isky($finder, [
    'no_superfluous_phpdoc_tags' => [
        'allow_mixed' => true,
    ],
    'phpdoc_align' => [
        'align' => 'left'
    ],
    'phpdoc_order_by_value' => [
        'annotations' => [
            'throws',
        ],
    ],
    'yoda_style' => [
        'equal' => false,
        'identical' => false,
        'less_and_greater' => false,
    ],
]);
 ?>

Did this file decode correctly?

Original Code

<?php declare(strict_types=1);

$finder = PhpCsFixer\Finder::create()
    ->notPath('vendor')
    ->in(__DIR__)
    ->name('*.php')
    ->ignoreDotFiles(true)
    ->ignoreVCS(true);

return \MLL\PhpCsFixerConfig\risky($finder, [
    'no_superfluous_phpdoc_tags' => [
        'allow_mixed' => true,
    ],
    'phpdoc_align' => [
        'align' => 'left'
    ],
    'phpdoc_order_by_value' => [
        'annotations' => [
            'throws',
        ],
    ],
    'yoda_style' => [
        'equal' => false,
        'identical' => false,
        'less_and_greater' => false,
    ],
]);

Function Calls

None

Variables

None

Stats

MD5 c8cba325e3e76237c8097fc058aa1a45
Eval Count 0
Decode Time 83 ms