Passed
Pull Request — master (#61)
by
unknown
03:32
created
src/Client/AcquiaHmacClient.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -348,8 +348,7 @@
 block discarded – undo
348 348
 
349 349
         try {
350 350
             return $authenticator->authenticate($psr7_request);
351
-        }
352
-        catch (KeyNotFoundException $exception) {
351
+        } catch (KeyNotFoundException $exception) {
353 352
             $this->loggerFactory
354 353
                 ->get('acquia_contenthub')
355 354
                 ->debug('HMAC validation failed. [authorization_header = %authorization_header]', [
Please login to merge, or discard this patch.