Skip to content

Commit c2314be

Browse files
committed
MAGETWO-87577: Build Stabilization
Address Review comments; make $imageDirectorySubpath private
1 parent 8e1098d commit c2314be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Cms/Helper/Wysiwyg/Images.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
class Images extends \Magento\Framework\App\Helper\AbstractHelper
1414
{
1515
/**
16-
* Current directory path
16+
* Image directory subpath relative to media directory
17+
*
1718
* @var string
1819
*/
19-
protected $_currentPath;
20+
private $imageDirectorySubpath;
2021

2122
/**
22-
* Image directory subpath relative to media directory
23-
*
23+
* Current directory path
2424
* @var string
2525
*/
26-
protected $imageDirectorySubpath;
26+
protected $_currentPath;
2727

2828
/**
2929
* Current directory URL

0 commit comments

Comments
 (0)