Skip to content

Commit 93c0bb7

Browse files
committed
Update Tax.php
1 parent 9230424 commit 93c0bb7

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Tax/Block/Sales/Order

1 file changed

+2
-2
lines changed

app/code/Magento/Tax/Block/Sales/Order/Tax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,11 @@ protected function _initShipping()
260260
}
261261

262262
/**
263-
* @return null
263+
* @return void
264264
*/
265265
protected function _initDiscount()
266266
{
267-
return null;
267+
return;
268268
}
269269

270270
/**

0 commit comments

Comments
 (0)