Skip to content

Commit ac126a8

Browse files
peterjaapdmytro-ch
authored andcommitted
Added missing throw tag for exception to docblock of construct
1 parent 4a6b81f commit ac126a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/OfflineShipping/Model/Carrier/Tablerate.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class Tablerate extends \Magento\Shipping\Model\Carrier\AbstractCarrier implemen
6060
* @param \Magento\Quote\Model\Quote\Address\RateResult\MethodFactory $resultMethodFactory
6161
* @param \Magento\OfflineShipping\Model\ResourceModel\Carrier\TablerateFactory $tablerateFactory
6262
* @param array $data
63+
* @throws LocalizedException
6364
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
6465
*/
6566
public function __construct(

0 commit comments

Comments
 (0)