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 ( 3b8b00...906caa )
by Vincent
07:26 queued 27s
created
web/app/themes/stash/functions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
             wp_deregister_script('jquery');
145 145
         }
146 146
 
147
-         if ($vendorJsExists) {
147
+            if ($vendorJsExists) {
148 148
             wp_enqueue_script('stashVendorJs', get_template_directory_uri() . '/dist/js/vendor.js', [], filemtime(get_stylesheet_directory() . '/dist/js/vendor.js'), true);
149 149
             array_push($mainJsDependencies, 'stashVendorJs');
150 150
         }
Please login to merge, or discard this patch.