Skip to content

Commit 3ea9d37

Browse files
committed
MC-1439: Define API & SPI and mark accordingly
1 parent c33c0c2 commit 3ea9d37

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/PageBuilder/Setup/DataConverter/Renderer

1 file changed

+3
-1
lines changed

app/code/Magento/PageBuilder/Setup/DataConverter/Renderer/Map.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@ public function render(array $itemData, array $additionalData = []) : string
8484
* Extract and render Map Location data from EAV
8585
*
8686
* @param array $eavData
87+
*
88+
* @return void
8789
*/
88-
private function renderMapLocations($eavData) : array
90+
private function renderMapLocations($eavData) : void
8991
{
9092
if (isset($eavData['map'])) {
9193
$map = explode(',', $eavData['map']);

0 commit comments

Comments
 (0)