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 — develop ( 95441f )
by Vincent
04:26 queued 04:21
created
web/app/themes/stash/lib/setup.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
     ]);
14 14
 }
15 15
 
16
-add_action('init', __NAMESPACE__ . '\\setControllers');
16
+add_action('init', __NAMESPACE__.'\\setControllers');
17 17
 
18 18
 function setup()
19 19
 {
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
 
28 28
     // Make theme available for translation
29 29
     // Community translations can be found at https://github.com/roots/sage-translations
30
-    load_theme_textdomain('stash', get_template_directory() . '/lang');
30
+    load_theme_textdomain('stash', get_template_directory().'/lang');
31 31
 
32 32
     // Enable plugins to manage the document title
33 33
     // http://codex.wordpress.org/Function_Reference/add_theme_support#Title_Tag
@@ -56,4 +56,4 @@  discard block
 block discarded – undo
56 56
     add_theme_support('menus');
57 57
 }
58 58
 
59
-add_action('after_setup_theme', __NAMESPACE__ . '\\setup');
59
+add_action('after_setup_theme', __NAMESPACE__.'\\setup');
Please login to merge, or discard this patch.