diff --git a/src/QUI/ERP/Shipping/Shipping.php b/src/QUI/ERP/Shipping/Shipping.php
index 49712063f928883126ffd4023f54a2ab14c07b52..575490bde37d6fd34da9166c8c83f05b40349b76 100644
--- a/src/QUI/ERP/Shipping/Shipping.php
+++ b/src/QUI/ERP/Shipping/Shipping.php
@@ -304,7 +304,8 @@ public function getUserShipping(
      * @param QUI\ERP\ErpEntityInterface $Entity
      * @return PriceFactorInterface|ErpPriceFactor|null
      */
-    public function getShippingPriceFactor(QUI\ERP\ErpEntityInterface $Entity
+    public function getShippingPriceFactor(
+        QUI\ERP\ErpEntityInterface $Entity
     ): ErpPriceFactor | PriceFactorInterface | null {
         $PriceFactors = $Entity->getArticles()->getPriceFactors();