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 ( f0df14...6e8f38 )
by Devin
02:40
created
modules/df/df_engage/df_engage.features.field_instance.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_engage.features.field_instance.inc
5
- */
3
+   * @file
4
+   * df_engage.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
Please login to merge, or discard this patch.
modules/df/df_engage/df_engage.features.user_permission.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_engage.features.user_permission.inc
5
- */
3
+   * @file
4
+   * df_engage.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_defaultconfig_user_default_permissions().
Please login to merge, or discard this patch.
modules/df/df_engage/df_engage.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_engage.strongarm.inc
5
- */
3
+   * @file
4
+   * df_engage.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/df/df_engage/df_engage.features.taxonomy.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_engage.features.taxonomy.inc
5
- */
3
+   * @file
4
+   * df_engage.features.taxonomy.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_taxonomy_default_vocabularies().
Please login to merge, or discard this patch.
modules/df/df_engage/df_engage.module 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
- * Code for the DF Engage feature.
5
- */
3
+   * @file
4
+   * Code for the DF Engage feature.
5
+   */
6 6
 
7 7
 include_once 'df_engage.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/df/df_commerce/df_commerce.features.field_instance.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.features.field_instance.inc
5
- */
3
+   * @file
4
+   * df_commerce.features.field_instance.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_instances().
Please login to merge, or discard this patch.
modules/df/df_commerce/df_commerce.features.user_permission.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.features.user_permission.inc
5
- */
3
+   * @file
4
+   * df_commerce.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_defaultconfig_user_default_permissions().
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 2 patches
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.
Braces   +3 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,8 +22,7 @@  discard block
 block discarded – undo
22 22
   if (!$scenario = variable_get('df_admin_installed_scenario', FALSE)) {
23 23
     drupal_set_message(t('No Demo Framework Scenario is currently installed.'));
24 24
     return FALSE;
25
-  }
26
-  else{
25
+  } else{
27 26
     drupal_set_message(t('Uninstalling Demo Framework Scenario @scenario', array('@scenario' => $scenario)));
28 27
   }
29 28
 
@@ -111,13 +110,11 @@  discard block
 block discarded – undo
111 110
     if ($enable_module) {
112 111
       $options = array('query' => array('token' => drupal_get_token(DRUPAL_ROOT . '/df/enable/' . $enable_module)));
113 112
       $path = array('admin/df/enable/' . $enable_module, $options);
114
-    }
115
-    else {
113
+    } else {
116 114
       $path = '';
117 115
     }
118 116
     batch_process($path);
119
-  }
120
-  else {
117
+  } else {
121 118
     drush_backend_batch_process();
122 119
   }
123 120
 
Please login to merge, or discard this patch.