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 ( d6dae8...466bf0 )
by Vincent
02:52
created
web/app/themes/stash/lib/images.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -23,11 +23,11 @@
 block discarded – undo
23 23
     function display($name)
24 24
     {
25 25
         $stream_opts = [
26
-           "ssl" => [
27
-               "verify_peer"      => false,
28
-               "verify_peer_name" => false,
29
-           ]
30
-       ];
26
+            "ssl" => [
27
+                "verify_peer"      => false,
28
+                "verify_peer_name" => false,
29
+            ]
30
+        ];
31 31
         
32 32
         $imageUrl = $this->get($name);
33 33
 
Please login to merge, or discard this patch.