Skip to content

Commit 5048a0b

Browse files
committed
AC-107: Update Third Party library: jstree
- static tests fixes
1 parent 664c083 commit 5048a0b

File tree

4 files changed

+4
-14
lines changed
  • app/code/Magento
    • Cms/Block/Adminhtml/Wysiwyg/Images
    • Integration/view/adminhtml/templates/integration/activate/permissions/tab
    • UrlRewrite/Block/Catalog/Category
    • User/Block/Role/Tab

4 files changed

+4
-14
lines changed

app/code/Magento/Cms/Block/Adminhtml/Wysiwyg/Images/Tree.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@
1414
class Tree extends \Magento\Backend\Block\Template
1515
{
1616
/**
17-
* Core registry
18-
*
1917
* @var \Magento\Framework\Registry
2018
*/
2119
protected $_coreRegistry = null;
2220

2321
/**
24-
* Cms wysiwyg images
25-
*
2622
* @var \Magento\Cms\Helper\Wysiwyg\Images
2723
*/
2824
protected $_cmsWysiwygImages = null;

app/code/Magento/Integration/view/adminhtml/templates/integration/activate/permissions/tab/webapi.phtml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?php
22
/**
3-
* API permissions tab template for integration activation dialog.
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* 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.
98
*/
109

10+
/** @var \Magento\Integration\Block\Adminhtml\Integration\Activate\Permissions\Tab\Webapi $block */
1111
/** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */
1212
?>
1313
<fieldset class="admin__fieldset form-inline entry-edit">

app/code/Magento/UrlRewrite/Block/Catalog/Category/Tree.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ class Tree extends \Magento\Catalog\Block\Adminhtml\Category\AbstractCategory
3030
protected $_template = 'Magento_UrlRewrite::categories.phtml';
3131

3232
/**
33-
* Adminhtml data
34-
*
3533
* @var \Magento\Backend\Helper\Data
3634
*/
3735
protected $_adminhtmlData = null;

app/code/Magento/User/Block/Role/Tab/Edit.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ class Edit extends \Magento\Backend\Block\Widget\Form implements \Magento\Backen
2929
protected $_rootResource;
3030

3131
/**
32-
* Rules collection factory
33-
*
3432
* @var \Magento\Authorization\Model\ResourceModel\Rules\CollectionFactory
3533
*/
3634
protected $_rulesCollectionFactory;
@@ -43,8 +41,6 @@ class Edit extends \Magento\Backend\Block\Widget\Form implements \Magento\Backen
4341
protected $_aclRetriever;
4442

4543
/**
46-
* Acl resource provider
47-
*
4844
* @var \Magento\Framework\Acl\AclResource\ProviderInterface
4945
*/
5046
protected $_aclResourceProvider;

0 commit comments

Comments
 (0)