From 30c49b26e9d392160d8f60c0c035c439c4098201 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Tue, 12 Sep 2023 13:48:20 +0530 Subject: [PATCH] updated return type doc --- src/Entity/Controller/AppByOwnerController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Entity/Controller/AppByOwnerController.php b/src/Entity/Controller/AppByOwnerController.php index adafec1e..46a80cc2 100644 --- a/src/Entity/Controller/AppByOwnerController.php +++ b/src/Entity/Controller/AppByOwnerController.php @@ -32,7 +32,7 @@ use Drupal\apigee_edge\SDKConnectorInterface; /** - * Base class for developer- and company app controller services in Drupal. + * Base class for developer- and company/appgroup app controller services in Drupal. */ abstract class AppByOwnerController extends AppControllerBase implements AppByOwnerControllerInterface { @@ -96,12 +96,12 @@ public function __construct(string $owner, SDKConnectorInterface $connector, Org } /** - * Returns the decorated developer- or company app controller. + * Returns the decorated developer- or company/appgroup app controller. * - * @return \Apigee\Edge\Api\Management\Controller\AppByOwnerControllerInterface - * The initialized developer- or company app controller. + * @return \Apigee\Edge\Api\Management\Controller\AppByOwnerControllerInterface|Apigee\Edge\Api\ApigeeX\Controller\AppByOwnerControllerInterface + * The initialized developer- or company/appgroup app controller. */ - abstract protected function decorated() : EdgeAppByOwnerControllerInterface | XAppByOwnerControllerInterface; + abstract protected function decorated() : EdgeAppByOwnerControllerInterface|XAppByOwnerControllerInterface; /** * {@inheritdoc}