File tree Expand file tree Collapse file tree 6 files changed +5
-11
lines changed
app/code/Magento/Downloadable
Block/Adminhtml/Catalog/Product/Edit/Tab
Controller/Adminhtml/Downloadable
Model/System/Config/Source Expand file tree Collapse file tree 6 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ class Downloadable extends Widget implements TabInterface
44
44
protected $ blockId = 'downloadableInfo ' ;
45
45
46
46
/**
47
- * Core registry
48
- *
49
47
* @var Registry
50
48
*/
51
49
protected $ _coreRegistry = null ;
Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ class Links extends \Magento\Backend\Block\Template
35
35
protected $ _template = 'Magento_Downloadable::product/edit/downloadable/links.phtml ' ;
36
36
37
37
/**
38
- * Downloadable file
39
- *
40
38
* @var \Magento\Downloadable\Helper\File
41
39
*/
42
40
protected $ _downloadableFile = null ;
@@ -49,8 +47,6 @@ class Links extends \Magento\Backend\Block\Template
49
47
protected $ _coreFileStorageDb = null ;
50
48
51
49
/**
52
- * Core registry
53
- *
54
50
* @var \Magento\Framework\Registry
55
51
*/
56
52
protected $ _coreRegistry ;
Original file line number Diff line number Diff line change @@ -26,8 +26,6 @@ class Samples extends \Magento\Backend\Block\Widget
26
26
protected $ _template = 'Magento_Downloadable::product/edit/downloadable/samples.phtml ' ;
27
27
28
28
/**
29
- * Downloadable file
30
- *
31
29
* @var \Magento\Downloadable\Helper\File
32
30
*/
33
31
protected $ _downloadableFile = null ;
@@ -40,8 +38,6 @@ class Samples extends \Magento\Backend\Block\Widget
40
38
protected $ _coreFileStorageDb = null ;
41
39
42
40
/**
43
- * Core registry
44
- *
45
41
* @var \Magento\Framework\Registry
46
42
*/
47
43
protected $ _coreRegistry ;
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ abstract class File extends \Magento\Backend\App\Action
15
15
*
16
16
* @see _isAllowed()
17
17
*/
18
- const ADMIN_RESOURCE = 'Magento_Catalog::products ' ;
18
+ public const ADMIN_RESOURCE = 'Magento_Catalog::products ' ;
19
19
}
Original file line number Diff line number Diff line change 11
11
class Contentdisposition implements \Magento \Framework \Option \ArrayInterface
12
12
{
13
13
/**
14
+ * Return option array
15
+ *
14
16
* @return array
15
17
*/
16
18
public function toOptionArray ()
Original file line number Diff line number Diff line change 11
11
class Orderitemstatus implements \Magento \Framework \Option \ArrayInterface
12
12
{
13
13
/**
14
+ * Return option array
15
+ *
14
16
* @return array
15
17
*/
16
18
public function toOptionArray ()
You can’t perform that action at this time.
0 commit comments