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
Branch feature/normalise_config_files... (7ea4db)
by Marc
03:05
created
src/Component/Config/ChapiConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
      *
135 135
      * @see http://php.net/manual/de/function.array-merge-recursive.php
136 136
      */
137
-    private static function array_merge_recursive_distinct ( array &$array1, array &$array2 )
137
+    private static function array_merge_recursive_distinct(array &$array1, array &$array2)
138 138
     {
139 139
         $merged = $array1;
140 140
 
Please login to merge, or discard this patch.