first commit
This commit is contained in:
19
wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/.php_cs.dist
vendored
Normal file
19
wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/.php_cs.dist
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
$finder = PhpCsFixer\Finder::create()
|
||||
->exclude('tests')
|
||||
->in(__DIR__)
|
||||
;
|
||||
|
||||
$config = PhpCsFixer\Config::create();
|
||||
$config
|
||||
->setRules([
|
||||
'@PSR2' => true,
|
||||
'array_syntax' => [
|
||||
'syntax' => 'short',
|
||||
],
|
||||
])
|
||||
->setFinder($finder)
|
||||
;
|
||||
|
||||
return $config;
|
||||
Reference in New Issue
Block a user