update php-dev-tools v3tov4, github actions v2tov3
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
$config = new PrestaShop\CodingStandards\CsFixer\Config();
|
||||
|
||||
$config
|
||||
->setUsingCache(true)
|
||||
->getFinder()
|
||||
->in(__DIR__)
|
||||
->exclude('vendor');
|
||||
|
||||
return $config;
|
||||
Reference in New Issue
Block a user