GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — master ( 3bfcba...f91474 )
by Andreas
04:15
created
Observer/CustomerSaveAfterObserver.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
         try {
80 80
             $contact = $this->contactRepository->getOrCreateByCustomer($customer);
81
-        }  catch (CouldNotSaveException $e) {
81
+        } catch (CouldNotSaveException $e) {
82 82
             $this->logger->critical($e);
83 83
             return;
84 84
         }
Please login to merge, or discard this patch.
Observer/NewsletterSubscriberSaveAfterObserver.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 
81 81
         try {
82 82
             $contact = $this->contactRepository->getOrCreateBySubscriber($subscriber);
83
-        }  catch (CouldNotSaveException $e) {
83
+        } catch (CouldNotSaveException $e) {
84 84
             $this->logger->critical($e);
85 85
             return;
86 86
         }
Please login to merge, or discard this patch.