Skip to content

Commit b14fb2c

Browse files
committed
MAGETWO-36095: Remove Banners API annotation
1 parent 8acf126 commit b14fb2c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Widget/Model/Widget.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public function getWidgetByClassType($type)
107107
*
108108
* @param string $type Widget type
109109
* @return null|\Magento\Framework\Simplexml\Element
110-
* @api
111110
*/
112111
public function getConfigAsXml($type)
113112
{
@@ -121,7 +120,6 @@ public function getConfigAsXml($type)
121120
* @return \Magento\Framework\Object
122121
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
123122
* @SuppressWarnings(PHPMD.NPathComplexity)
124-
* @api
125123
*/
126124
public function getConfigAsObject($type)
127125
{

0 commit comments

Comments
 (0)