Skip to content

Commit ce0cb8c

Browse files
committed
MAGETWO-67269: Gift Options set to no still show up as choices on front end order page
- Fix statics.
1 parent 949aa6b commit ce0cb8c

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/GiftMessage/Block/Message

1 file changed

+3
-1
lines changed

app/code/Magento/GiftMessage/Block/Message/Inline.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public function getType()
139139
/**
140140
* Define checkout type
141141
*
142-
* @param $type string
142+
* @param string $type
143143
* @return $this
144144
* @codeCoverageIgnore
145145
*/
@@ -278,6 +278,8 @@ public function countItems()
278278
}
279279

280280
/**
281+
* Call method getItemsHasMessages
282+
*
281283
* @deprecated Misspelled method
282284
* @see getItemsHasMessages
283285
*/

0 commit comments

Comments
 (0)