NelmioApiDocBundle/.php-cs-fixer.dist.php

12 lines
233 B
PHP
Raw Normal View History

2024-10-01 15:53:49 +03:00
<?php
require_once __DIR__ . '/vendor/autoload.php';
$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
;
return Retailcrm\PhpCsFixer\Defaults::rules()
->setFinder($finder)
->setCacheFile(__DIR__ . '/.php_cs.cache');