Skip to content

Commit e25909e

Browse files
committed
MAGETWO-65470: The visibility conditions improvements
Static fixes.
1 parent fdb0c95 commit e25909e

File tree

7 files changed

+6
-8
lines changed

7 files changed

+6
-8
lines changed

app/code/Magento/Backend/Model/View/Layout/Reader/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Backend\Model\View\Layout\Reader;

lib/internal/Magento/Framework/View/Layout/AclCondition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\View\Layout;

lib/internal/Magento/Framework/View/Layout/Condition/ConditionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\View\Layout\Condition;

lib/internal/Magento/Framework/View/Layout/Condition/VisibilityConditionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\View\Layout\Condition;

lib/internal/Magento/Framework/View/Layout/ConfigCondition.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Framework\View\Layout;
87

98
use Magento\Framework\View\Layout\Condition\VisibilityConditionInterface;

lib/internal/Magento/Framework/View/Layout/Reader/UiComponent.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Magento\Framework\View\Layout\ReaderPool;
1313
use Magento\Framework\Config\DataInterfaceFactory;
1414

15-
1615
/**
1716
* Class UiComponent
1817
*/

lib/internal/Magento/Framework/View/Test/Unit/Layout/Condition/AclConditionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
3+
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Framework\View\Test\Unit\Layout\Condition;

0 commit comments

Comments
 (0)