File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/AdminAdobeIms Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99namespace Magento \AdminAdobeIms \Model ;
1010
1111use Magento \AdminAdobeIms \Exception \AdobeImsAuthorizationException ;
12+ use Magento \AdminAdobeIms \Exception \AdobeImsOrganizationAuthorizationException ;
1213use Magento \AdminAdobeIms \Logger \AdminAdobeImsLogger ;
1314use Magento \AdminAdobeIms \Service \ImsConfig ;
1415use Magento \AdobeIms \Model \GetToken ;
1920use Magento \Framework \HTTP \Client \Curl ;
2021use Magento \Framework \HTTP \Client \CurlFactory ;
2122use Magento \Framework \Serialize \Serializer \Json ;
22- use mysql_xdevapi \Exception ;
2323
2424class ImsConnection
2525{
Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ public function __construct(
3939 * Check if user is a member of Adobe Organization
4040 *
4141 * @param string $access_token
42- * @return bool
42+ * @return void
4343 * @throws AdobeImsOrganizationAuthorizationException
4444 */
45- public function checkOrganizationMembership (string $ access_token ): bool
45+ public function checkOrganizationMembership (string $ access_token ): void
4646 {
4747 $ configuredOrganization = $ this ->adminImsConfig ->getOrganizationId ();
4848
You can’t perform that action at this time.
0 commit comments