Skip to content

Commit 1eea59f

Browse files
removed the final class and supressed final class due to apigee edge module error
1 parent 1266d7c commit 1eea59f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/HttpClient/Plugin/Authentication/GceServiceAccount.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
* Cloud API.
3131
*
3232
* @see https://developers.google.com/identity/protocols/OAuth2ServiceAccount
33+
*
34+
* @psalm-suppress ClassMustBeFinal
3335
*/
34-
final class GceServiceAccount extends AbstractOauth
36+
class GceServiceAccount extends AbstractOauth
3537
{
3638
public const DEFAULT_GCE_AUTH_SERVER = 'http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/token';
3739

0 commit comments

Comments
 (0)