Skip to content

Commit

Permalink
https://github.com/tradefurniturecompany/core/issues/47
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 7, 2022
1 parent f16a4fc commit afbdbec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions B/Checkout/Success.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ class Success extends _P {
* }
* $html = $this->_afterToHtml($html);
* https://github.com/magento/magento2/blob/2.2.0/lib/internal/Magento/Framework/View/Element/AbstractBlock.php#L643-L689
* @return string
*/
final protected function _toHtml() {
final protected function _toHtml():string {
# 2022-09-16
# I have already impemented a similar task before in the Justuno project:
# https://github.com/JustunoCom/m2/blob/1.7.7/Block/Js.php#L39-L51
Expand Down

0 comments on commit afbdbec

Please sign in to comment.