From 2d978d22d42dc07ccdffbbb6d2104386fcad70de Mon Sep 17 00:00:00 2001 From: Hirenkumar Parmar Date: Wed, 8 Mar 2023 15:31:52 +0000 Subject: [PATCH] phpcs fixes --- src/Api/Management/Entity/App.php | 1 - src/Api/Management/Entity/AppInterface.php | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Api/Management/Entity/App.php b/src/Api/Management/Entity/App.php index 19b2d2d4..914dd56a 100644 --- a/src/Api/Management/Entity/App.php +++ b/src/Api/Management/Entity/App.php @@ -232,7 +232,6 @@ public function getApiProducts(): array * Set Initial API Product while creating App. * * @param array $initialApiProducts - * */ public function setInitialApiProducts(array $initialApiProducts): void { diff --git a/src/Api/Management/Entity/AppInterface.php b/src/Api/Management/Entity/AppInterface.php index d606d5c5..9e7a7bf2 100644 --- a/src/Api/Management/Entity/AppInterface.php +++ b/src/Api/Management/Entity/AppInterface.php @@ -83,5 +83,4 @@ public function setCallbackUrl(string $callbackUrl): void; * @return \Apigee\Edge\Api\Management\Entity\AppCredentialInterface[] */ public function getCredentials(): array; - }