mirror of
https://github.com/retailcrm/prestashop-module.git
synced 2025-03-01 19:03:14 +03:00
Set version php-cs-fixer for PHP 7.X
This commit is contained in:
parent
fc5a803ec8
commit
e7030d28db
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
@ -38,6 +38,8 @@
|
|||||||
|
|
||||||
class RetailcrmReferencesTest extends RetailcrmTestCase
|
class RetailcrmReferencesTest extends RetailcrmTestCase
|
||||||
{
|
{
|
||||||
|
private $retailcrmReferences;
|
||||||
|
|
||||||
protected function setUp()
|
protected function setUp()
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user