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
Pull Request — master (#75)
by Vincent
05:38
created
web/app/themes/stash/functions.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -6,13 +6,13 @@
 block discarded – undo
6 6
  * Add or remove files to the array as needed. Supports child theme overrides.
7 7
  */
8 8
 $stash_includes = [
9
-    'lib/timber.php',     // Twig magic
10
-    'lib/assets.php',     // Scripts and stylesheets
11
-    'lib/extras.php',     // Custom functions
12
-    'lib/setup.php',      // Theme setup
13
-    'lib/images.php',     // Helper for retrieving Images
14
-    'lib/custom.php',     // Load custom post types and taxonomies
15
-    'lib/acf.php',        // Functions related to ACF
9
+    'lib/timber.php', // Twig magic
10
+    'lib/assets.php', // Scripts and stylesheets
11
+    'lib/extras.php', // Custom functions
12
+    'lib/setup.php', // Theme setup
13
+    'lib/images.php', // Helper for retrieving Images
14
+    'lib/custom.php', // Load custom post types and taxonomies
15
+    'lib/acf.php', // Functions related to ACF
16 16
     'lib/transients.php', // Clear all transients on database changes
17 17
 ];
18 18
 
Please login to merge, or discard this patch.