Skip to content

Commit

Permalink
~ ractor
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac committed Oct 17, 2024
1 parent 0733c8e commit 5c1b52f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ public function getHtmlId()
/**
* Indicates that block can display giftmessages form
*
* @return bool
* @throws Exception
*/
public function canDisplayGiftmessage(): bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ public function getHtmlId()
* Indicates that block can display giftmessages form
*
* @deprecated after 1.4.2.0
* @return bool
*/
public function canDisplayGiftmessage(): bool
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public function getItem()

/**
* Indicates that block can display gift messages form
*
* @return bool
*/
public function canDisplayGiftMessage(): bool
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ public function getHtmlId()

/**
* Indicates that block can display giftmessages form
*
* @return bool
*/
public function canDisplayGiftmessage(): bool
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ public function getSku($item)

/**
* Return product additional information block
*
* @return Mage_Core_Block_Abstract
*/
public function getProductAdditionalInformationBlock(): Mage_Core_Block_Abstract
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ public function getSku()

/**
* Return product additional information block
*
* @return Mage_Core_Block_Abstract
*/
public function getProductAdditionalInformationBlock(): Mage_Core_Block_Abstract
{
Expand Down

0 comments on commit 5c1b52f

Please sign in to comment.