From a1794061216ce393172d29b2e37c9badd6d837ce Mon Sep 17 00:00:00 2001 From: divyajose Date: Thu, 25 May 2023 16:40:09 +0530 Subject: [PATCH] phpcd fix --- src/Api/Monetization/Builder/RatePlanRevisionBuilder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Monetization/Builder/RatePlanRevisionBuilder.php b/src/Api/Monetization/Builder/RatePlanRevisionBuilder.php index ff856001..e14d1d7d 100644 --- a/src/Api/Monetization/Builder/RatePlanRevisionBuilder.php +++ b/src/Api/Monetization/Builder/RatePlanRevisionBuilder.php @@ -85,7 +85,7 @@ public static function buildRatePlanRevision(RatePlanInterface $ratePlan, DateTi unset($normalized->id); // Remove the end date inherited from the parent rate plan because // it may overlap with the new start date. - if(isset($normalized->endDate)) { + if (isset($normalized->endDate)) { unset($normalized->endDate); } // Create a new rate plan revision from the "copy" of parent rate plan.