File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Quote/Model/Quote/Item Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
77namespace Magento \Quote \Model \Quote \Item ;
88
9+ use Magento \Catalog \Model \Product \Configuration \Item \ItemInterface ;
910use Magento \Catalog \Model \Product \Configuration \Item \Option \OptionInterface ;
1011use Magento \Framework \Api \AttributeValueFactory ;
12+ use Magento \Framework \Model \AbstractExtensibleModel ;
1113use Magento \Quote \Model \Quote \Item ;
1214
1315/**
5052 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
5153 * @since 100.0.2
5254 */
53- abstract class AbstractItem extends \Magento \Framework \Model \AbstractExtensibleModel
54- implements \Magento \Catalog \Model \Product \Configuration \Item \ItemInterface
55+ abstract class AbstractItem extends AbstractExtensibleModel implements ItemInterface
5556{
5657 /**
5758 * @var Item|null
@@ -271,7 +272,7 @@ public function addMessage($message)
271272 * Get messages array of quote item
272273 *
273274 * @param bool $string flag for converting messages to string
274- * @return array |string
275+ * @return string[] |string
275276 */
276277 public function getMessage ($ string = true )
277278 {
You can’t perform that action at this time.
0 commit comments