Skip to content

Commit ff88ba9

Browse files
pprincepatelmageprince
authored andcommitted
Update Tax.php
1 parent 39933f7 commit ff88ba9

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
@@ -256,11 +256,11 @@ protected function _initShipping()
256256
}
257257

258258
/**
259-
* @return null
259+
* @return void
260260
*/
261261
protected function _initDiscount()
262262
{
263-
return null;
263+
return;
264264
}
265265

266266
/**

0 commit comments

Comments
 (0)