Skip to content

Commit 04b8d9d

Browse files
committed
Fix static tests failures
1 parent 066b903 commit 04b8d9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/code/Magento/PageBuilderImageAttribute/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"magento/module-page-builder-analytics": "*",
98
"magento/module-catalog": "*",
109
"magento/framework": "*",
1110
"php": "~8.1.0||~8.2.0||~8.3.0"

app/code/Magento/PageBuilderImageAttribute/registration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* Changes by: Ajay Prajapati
55
*/
66

7+
declare(strict_types=1);
8+
79
use Magento\Framework\Component\ComponentRegistrar;
810

911
ComponentRegistrar::register(ComponentRegistrar::MODULE, 'Magento_PageBuilderImageAttribute', __DIR__);

0 commit comments

Comments
 (0)