Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit c5a823f

Browse files
p-bystritskyishakhsuvarov
authored andcommitted
Fix for Forward Ports batch 26 has issues with CICD builds
1 parent 335c91c commit c5a823f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

app/code/Magento/Developer/Console/Command/ProfilerDisableCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ProfilerDisableCommand extends Command
3131
/**
3232
* @var File
3333
*/
34-
protected $filesystem;
34+
private $filesystem;
3535

3636
/**
3737
* Initialize dependencies.

app/code/Magento/Developer/Console/Command/ProfilerEnableCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ProfilerEnableCommand extends Command
4242
/**
4343
* @var File
4444
*/
45-
protected $filesystem;
45+
private $filesystem;
4646

4747
/**
4848
* Initialize dependencies.

app/code/Magento/Developer/Test/Unit/Console/Command/ProfilerDisableCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use PHPUnit\Framework\TestCase;
1212
use Symfony\Component\Console\Tester\CommandTester;
1313

14-
1514
/**
1615
* Class ProfilerDisableCommandTest
1716
*

app/code/Magento/Developer/Test/Unit/Console/Command/ProfilerEnableCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use PHPUnit\Framework\TestCase;
1212
use Symfony\Component\Console\Tester\CommandTester;
1313

14-
1514
/**
1615
* Class ProfilerEnableCommandTest
1716
*

0 commit comments

Comments
 (0)