Skip to content

Commit a7a68c3

Browse files
author
Ivan Gavryshko
committed
MAGETWO-38838: Create composer management library and reuse it in both updater and setup wizard
- removed unused property
1 parent 493d557 commit a7a68c3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/MagentoComposerApplication.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,7 @@ class MagentoComposerApplication
2121
{
2222

2323
const COMPOSER_WORKING_DIR = '--working-dir';
24-
25-
/**
26-
* Trigger checks config
27-
*
28-
* @var bool
29-
*/
30-
private $configIsSet = false;
31-
24+
3225
/**
3326
* Path to Composer home directory
3427
*

0 commit comments

Comments
 (0)