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 ( fec4fe...b16356 )
by Vincent
07:45 queued 05:15
created
web/app/themes/stash/inc/taxonomies/example.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -8,14 +8,14 @@
 block discarded – undo
8 8
 $labels = array(
9 9
     'name'              => _x($plural, 'taxonomy general name', 'stash'),
10 10
     'singular_name'     => _x($single, 'taxonomy singular name', 'stash'),
11
-    'search_items'      => __('Search ' . $plural, 'stash'),
11
+    'search_items'      => __('Search '.$plural, 'stash'),
12 12
     'all_items'         => __('All Genres', 'stash'),
13
-    'parent_item'       => __('Parent ' . $single, 'stash'),
14
-    'parent_item_colon' => __('Parent :' . $single, 'stash'),
15
-    'edit_item'         => __('Edit ' . $single, 'stash'),
16
-    'update_item'       => __('Update ' . $single, 'stash'),
17
-    'add_new_item'      => __('Add New ' . $single, 'stash'),
18
-    'new_item_name'     => __('New ' . $single . ' Name', 'stash'),
13
+    'parent_item'       => __('Parent '.$single, 'stash'),
14
+    'parent_item_colon' => __('Parent :'.$single, 'stash'),
15
+    'edit_item'         => __('Edit '.$single, 'stash'),
16
+    'update_item'       => __('Update '.$single, 'stash'),
17
+    'add_new_item'      => __('Add New '.$single, 'stash'),
18
+    'new_item_name'     => __('New '.$single.' Name', 'stash'),
19 19
     'menu_name'         => __($single, 'stash'),
20 20
 );
21 21
 
Please login to merge, or discard this patch.