All Downloads are FREE. Search and download functionalities are using the official Maven repository.

php..php_cs Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
level(Symfony\CS\FixerInterface::PSR2_LEVEL)
    ->setUsingCache(true)
    ->fixers(
        [
            'ordered_use',
            'phpdoc_order',
            'short_array_syntax',
            'strict',
            'strict_param'
        ]
    )
    ->finder(
        Symfony\CS\Finder\DefaultFinder::create()
            ->in(__DIR__)
    );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy