update php-dev-tools v3tov4, github actions v2tov3

This commit is contained in:
leemyong pakvn
2023-05-16 14:55:16 +07:00
parent 8181943ee1
commit 01f86bccd9
4 changed files with 1138 additions and 393 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
$config = new PrestaShop\CodingStandards\CsFixer\Config();
$config
->setUsingCache(true)
->getFinder()
->in(__DIR__)
->exclude('vendor');
return $config;