Skip to content

Commit cc9c54a

Browse files
committed
MC-1439: Define API & SPI and mark accordingly
1 parent 1f9c13f commit cc9c54a

File tree

3 files changed

+1
-8
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web
  • dev/tests/integration/_files/Magento/TestModulePageBuilderDataMigration/Setup/DataConverter/Renderer

3 files changed

+1
-8
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/content-type/column-group/registry.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-group/registry.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* See COPYING.txt for license details.
44
*/
55

6-
/**
7-
* @api
8-
*/
96
import Column from "../column/preview";
107

118
let dragColumn: Column;

dev/tests/integration/_files/Magento/TestModulePageBuilderDataMigration/Setup/DataConverter/Renderer/Custom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Custom implements RendererInterface
1515
/**
1616
* {@inheritdoc}
1717
*/
18-
public function render(array $itemData, array $additionalData = [])
18+
public function render(array $itemData, array $additionalData = []) : string
1919
{
2020
return '<div data-role="custom" data-appearance="default"></div>';
2121
}

0 commit comments

Comments
 (0)