Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren committed Mar 8, 2023
1 parent 9ce680b commit 2d978d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Api/Management/Entity/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public function getApiProducts(): array
* Set Initial API Product while creating App.
*
* @param array $initialApiProducts
*
*/
public function setInitialApiProducts(array $initialApiProducts): void
{
Expand Down
1 change: 0 additions & 1 deletion src/Api/Management/Entity/AppInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@ public function setCallbackUrl(string $callbackUrl): void;
* @return \Apigee\Edge\Api\Management\Entity\AppCredentialInterface[]
*/
public function getCredentials(): array;

}

0 comments on commit 2d978d2

Please sign in to comment.