Set version php-cs-fixer for PHP 7.X

This commit is contained in:
Uryvskiy Dima 2023-06-02 18:11:00 +03:00
parent fc5a803ec8
commit e7030d28db
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: PHP-CS-Fixer - name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga uses: docker://oskarstark/php-cs-fixer-ga:3.16.0
with: with:
args: --config=.php-cs-fixer.php --dry-run --using-cache=no -v --diff args: --config=.php-cs-fixer.php --dry-run --using-cache=no -v --diff

View File

@ -38,6 +38,8 @@
class RetailcrmReferencesTest extends RetailcrmTestCase class RetailcrmReferencesTest extends RetailcrmTestCase
{ {
private $retailcrmReferences;
protected function setUp() protected function setUp()
{ {
parent::setUp(); parent::setUp();