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.
Test Setup Failed
Push — DF-2913-datalayer ( f37766 )
by
unknown
06:25
created
df_tools_map/src/Plugin/GeofieldProximitySource/SimpleProximitySource.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,8 +82,7 @@  discard block
 block discarded – undo
82 82
           'effect' => 'fade',
83 83
         ],
84 84
       ];
85
-    }
86
-    else {
85
+    } else {
87 86
       $form['source_proximity_filter_warning'] = [
88 87
         '#type' => 'html_tag',
89 88
         '#tag' => 'div',
@@ -149,8 +148,7 @@  discard block
 block discarded – undo
149 148
             "lon" => $coordinates->getLongitude(),
150 149
           ];
151 150
         }
152
-      }
153
-      catch (\Exception $e) {
151
+      } catch (\Exception $e) {
154 152
         $this->getLogger('df_tools_map')->error($e->getMessage());
155 153
       }
156 154
     }
Please login to merge, or discard this patch.