Skip to content

Commit 2ed7490

Browse files
committed
SwiftOtter-SOP-348 Rollback of the return type fix
1 parent fe7230d commit 2ed7490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/Item/AbstractItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public function addMessage($message)
272272
* Get messages array of quote item
273273
*
274274
* @param bool $string flag for converting messages to string
275-
* @return string[]|string
275+
* @return array|string
276276
*/
277277
public function getMessage($string = true)
278278
{

0 commit comments

Comments
 (0)