PHP Classes

File: .php_cs

Recommend this page to a friend!
  Classes of Michael Cummings   PHP File Path Normalizer   .php_cs   Download  
File: .php_cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP File Path Normalizer
Get the full path of files relative to root
Author: By
Last change: Update of .php_cs
Date: 11 months ago
Size: 255 bytes
 

Contents

Class file image Download
<?php $finder = Symfony\CS\Finder\DefaultFinder::create() ->exclude('vendor/') ->in(__DIR__ . '/src/'); return Symfony\CS\Config\Config::create() ->setUsingCache(true) ->level(Symfony\CS\FixerInterface::PSR2_LEVEL) ->finder($finder);