PHP Classes

File: .php-cs-fixer.php

Recommend this page to a friend!
  Classes of Daniel Mullin   Laravel Bookwhen   .php-cs-fixer.php   Download  
File: .php-cs-fixer.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Laravel Bookwhen
Provide an API to access Bookwhen API services
Author: By
Last change:
Date: 24 days ago
Size: 379 bytes
 

Contents

Class file image Download
<?php

//$finder = PhpCsFixer\Finder::create()
// ->exclude('somedir')
// ->notPath('src/Symfony/Component/Translation/Tests/fixtures/resources.php')
// ->in(__DIR__)
//;

$config = new PhpCsFixer\Config();
return
$config;
//return $config->setRules([
// '@PSR12' => true,
// 'array_syntax' => ['syntax' => 'short'],
// ])
// ->setFinder($finder)
//;