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.
Completed
Push — master ( fb340c...1ac73a )
by Odiseo
04:26
created
src/EventListener/CustomerSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         /** @var ChannelInterface|null $subscribedChannel */
108 108
         $subscribedChannel = null;
109 109
         try {
110
-            $subscribedChannel = (true === $customer->isSubscribedToNewsletter())?$this->channelContext->getChannel():null;
110
+            $subscribedChannel = (true === $customer->isSubscribedToNewsletter()) ? $this->channelContext->getChannel() : null;
111 111
         } catch (\Exception $e) {}
112 112
 
113 113
         $channels = $this->channelRepository->findAll();
Please login to merge, or discard this patch.