File tree Expand file tree Collapse file tree 4 files changed +4
-14
lines changed
Cms/Block/Adminhtml/Wysiwyg/Images
Integration/view/adminhtml/templates/integration/activate/permissions/tab
UrlRewrite/Block/Catalog/Category Expand file tree Collapse file tree 4 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 14
14
class Tree extends \Magento \Backend \Block \Template
15
15
{
16
16
/**
17
- * Core registry
18
- *
19
17
* @var \Magento\Framework\Registry
20
18
*/
21
19
protected $ _coreRegistry = null ;
22
20
23
21
/**
24
- * Cms wysiwyg images
25
- *
26
22
* @var \Magento\Cms\Helper\Wysiwyg\Images
27
23
*/
28
24
protected $ _cmsWysiwygImages = null ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * API permissions tab template for integration activation dialog.
4
- *
5
3
* Copyright © Magento, Inc. All rights reserved.
6
4
* See COPYING.txt for license details.
7
- *
8
- * @var \Magento\Integration\Block\Adminhtml\Integration\Activate\Permissions\Tab\Webapi $block
5
+ */
6
+ /**
7
+ * API permissions tab template for integration activation dialog.
9
8
*/
10
9
10
+ /** @var \Magento\Integration\Block\Adminhtml\Integration\Activate\Permissions\Tab\Webapi $block */
11
11
/** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */
12
12
?>
13
13
<fieldset class="admin__fieldset form-inline entry-edit">
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ class Tree extends \Magento\Catalog\Block\Adminhtml\Category\AbstractCategory
30
30
protected $ _template = 'Magento_UrlRewrite::categories.phtml ' ;
31
31
32
32
/**
33
- * Adminhtml data
34
- *
35
33
* @var \Magento\Backend\Helper\Data
36
34
*/
37
35
protected $ _adminhtmlData = null ;
Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ class Edit extends \Magento\Backend\Block\Widget\Form implements \Magento\Backen
29
29
protected $ _rootResource ;
30
30
31
31
/**
32
- * Rules collection factory
33
- *
34
32
* @var \Magento\Authorization\Model\ResourceModel\Rules\CollectionFactory
35
33
*/
36
34
protected $ _rulesCollectionFactory ;
@@ -43,8 +41,6 @@ class Edit extends \Magento\Backend\Block\Widget\Form implements \Magento\Backen
43
41
protected $ _aclRetriever ;
44
42
45
43
/**
46
- * Acl resource provider
47
- *
48
44
* @var \Magento\Framework\Acl\AclResource\ProviderInterface
49
45
*/
50
46
protected $ _aclResourceProvider ;
You can’t perform that action at this time.
0 commit comments