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 — 3.0 ( 40aa44...d77c18 )
by Vermeulen
02:49
created
src/class/memcache/Memcached.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
         $this->app    = $app;
18 18
         $this->config = $this->app->getConfig('memcached');
19 19
         
20
-        if(!empty($this->config['persistentId'])) {
20
+        if (!empty($this->config['persistentId'])) {
21 21
             parent::__construct($this->config['persistentId']);
22 22
         } else {
23 23
             parent::__construct();
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
             
44 44
             //It should not be to readd the server
45 45
             //(for persistent mode particulary)
46
-            if(in_array($host.':'.$port, $serversList)) {
46
+            if (in_array($host.':'.$port, $serversList)) {
47 47
                 continue;
48 48
             }
49 49
             
Please login to merge, or discard this patch.