PHP Classes

File: .php_cs

Recommend this page to a friend!
  Classes of Michael Cummings   PHP Event Mediator   .php_cs   Download  
File: .php_cs
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Event Mediator
Emit and listen to events using a mediator object
Author: By
Last change:
Date: 8 years 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);