File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function getCredentials(Configuration $configuration): ?Credentials
51
51
$ this ->logger ->info ('Failed to decode Credentials. ' , ['exception ' => $ e ]);
52
52
53
53
return null ;
54
- } catch (TransportExceptionInterface | HttpExceptionInterface $ e ) {
54
+ } catch (TransportExceptionInterface | HttpExceptionInterface $ e ) {
55
55
$ this ->logger ->info ('Failed to fetch Profile from Instance Metadata. ' , ['exception ' => $ e ]);
56
56
57
57
return null ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public function getCredentials(Configuration $configuration): ?Credentials
60
60
$ this ->logger ->info ('Failed to decode Credentials. ' , ['exception ' => $ e ]);
61
61
62
62
return null ;
63
- } catch (TransportExceptionInterface | HttpExceptionInterface $ e ) {
63
+ } catch (TransportExceptionInterface | HttpExceptionInterface $ e ) {
64
64
$ this ->logger ->info ('Failed to fetch Profile from Instance Metadata. ' , ['exception ' => $ e ]);
65
65
66
66
return null ;
You can’t perform that action at this time.
0 commit comments