Skip to content

Commit fe8155f

Browse files
committed
MAGETWO-92408: [Bamboo] Strict Type Static Failure
- Add strict type declaration to top of file
1 parent 4b98cc4 commit fe8155f

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/PageBuilder/Block/Adminhtml/ContentType/Edit

1 file changed

+2
-0
lines changed

app/code/Magento/PageBuilder/Block/Adminhtml/ContentType/Edit/CloseButton.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\PageBuilder\Block\Adminhtml\ContentType\Edit;
79

810
use Magento\Framework\View\Element\UiComponent\Control\ButtonProviderInterface;

0 commit comments

Comments
 (0)