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 ( 4dec89...5a8b05 )
by Filip
12:46
created
Category
src/ElasticBundle/Synchronizer/Synchronizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 
125 125
                 if (null !== $this->logger) {
126 126
                     $ids = array_map(
127
-                        function (Document $doc) {
127
+                        function(Document $doc) {
128 128
                             return $doc->getId();
129 129
                         },
130 130
                         $documents
Please login to merge, or discard this patch.
src/ElasticBundle/Client/ClientFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      */
19 19
     public function createClient(array $hosts, LoggerInterface $logger = null)
20 20
     {
21
-        $builder =  ClientBuilder::create();
21
+        $builder = ClientBuilder::create();
22 22
 
23 23
         $builder
24 24
             ->setHosts($hosts)
Please login to merge, or discard this patch.