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 — 7.x-1.x ( 6f975d...f0df14 )
by Brant
02:43
created
modules/df/df_commerce/df_commerce.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_commerce.strongarm.inc
5
- */
3
+   * @file
4
+   * df_commerce.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/df/df_commerce/df_commerce.field_group.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_commerce.field_group.inc
5
- */
3
+   * @file
4
+   * df_commerce.field_group.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_group_info().
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.page.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * DF Admin page handling functions.
5
- */
3
+   * @file
4
+   * DF Admin page handling functions.
5
+   */
6 6
 
7 7
 /**
8 8
  * DF Admin page callback used to list scenarios.
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.uninstall.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Contains DF Admin's uninstall command.
5
- */
3
+   * @file
4
+   * Contains DF Admin's uninstall command.
5
+   */
6 6
 
7 7
 /**
8 8
  * Page callback; uninstall a scenario.
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.strongarm.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_admin.strongarm.inc
5
- */
3
+   * @file
4
+   * df_admin.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.features.inc 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * df_admin.features.inc
5
- */
3
+   * @file
4
+   * df_admin.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.drush.inc 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
  *   The machine name of the scenario feature.
138 138
  * @param string $rollback
139 139
  *   Boolean: rollback existing demo content.
140
-  */
140
+ */
141 141
 function drush_df_admin_reset_scenario($scenario) {
142 142
   $rollback = drush_get_option('rollback', TRUE);
143 143
   $seed = drush_get_option('seed', TRUE);
Please login to merge, or discard this patch.
modules/df/df_admin/df_admin.module 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the DF Admin feature.
5
- */
3
+   * @file
4
+   * Code for the DF Admin feature.
5
+   */
6 6
 
7 7
 include_once 'df_admin.features.inc';
8 8
 
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
  * Implements hook_navbar_alter().
79 79
  */
80 80
 function df_admin_navbar_alter(&$items) {
81
-   foreach ($items['administration']['tray']['navbar_administration']['administration_menu'] as $mid => $item) {
81
+    foreach ($items['administration']['tray']['navbar_administration']['administration_menu'] as $mid => $item) {
82 82
     // Change "My Workbench" to "Workbench" in the Navbar.
83 83
     if (isset($item['#href']) && $item['#href'] == 'admin/workbench') {
84 84
       $items['administration']['tray']['navbar_administration']['administration_menu'][$mid]['#title'] = 'Workbench';
Please login to merge, or discard this patch.
modules/df/df_admin/df-admin-page.tpl.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file df-admin-page.tpl.php
4
- */
3
+   * @file df-admin-page.tpl.php
4
+   */
5 5
 ?>
6 6
 
7 7
 <div class="dfs-wrapper">
Please login to merge, or discard this patch.