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 — 7.x-1.x (#4)
by Brant
02:32
created
modules/df/df_tools/df_tools_ctools/df_tools_ctools.module 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
- * Code for the df_tools_ctools module.
5
- */
3
+   * @file
4
+   * Code for the df_tools_ctools module.
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_form_FORM_ID_alter().
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@
 block discarded – undo
55 55
 
56 56
     drupal_set_message(t('Successfully exported Panelizer display for Node @nid to @panels_file', ['@nid' => $node->id(), '@panels_file' => $panels_file]));
57 57
     return TRUE;
58
-  }
59
-  else {
58
+  } else {
60 59
     drupal_set_message(t('The given Node is not Panelized.'), 'error');
61 60
     return FALSE;
62 61
   }
Please login to merge, or discard this patch.
modules/dfs/dfs_wem/dfs_wem.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
- * dfs_wem.features.field_instance.inc
5
- */
3
+   * @file
4
+   * dfs_wem.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/dfs/dfs_wem/modules/dfs_wem_users/dfs_wem_users.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the DFS WEM Users feature.
5
- */
3
+   * @file
4
+   * Code for the DFS WEM Users feature.
5
+   */
6 6
 
7 7
 include_once 'dfs_wem_users.features.inc';
Please login to merge, or discard this patch.
modules/dfs/dfs_wem/modules/dfs_wem_users/dfs_wem_users.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
- * dfs_wem_users.features.inc
5
- */
3
+   * @file
4
+   * dfs_wem_users.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/dfs/dfs_wem/modules/dfs_wem_users/dfs_wem_users.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
- * dfs_wem_users.strongarm.inc
5
- */
3
+   * @file
4
+   * dfs_wem_users.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/dfs_wem_contest/dfs_wem_contest.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
- * dfs_wem_contest.features.user_permission.inc
5
- */
3
+   * @file
4
+   * dfs_wem_contest.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.
dfs/dfs_wem/modules/dfs_wem_contest/dfs_wem_contest.features.field_base.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
- * dfs_wem_contest.features.field_base.inc
5
- */
3
+   * @file
4
+   * dfs_wem_contest.features.field_base.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_field_default_field_bases().
Please login to merge, or discard this patch.
modules/dfs/dfs_wem/modules/dfs_wem_contest/dfs_wem_contest.module 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Code for the DFS WEM Contest feature.
5
- */
3
+   * @file
4
+   * Code for the DFS WEM Contest feature.
5
+   */
6 6
 
7 7
 include_once 'dfs_wem_contest.features.inc';
Please login to merge, or discard this patch.
dfs/dfs_wem/modules/dfs_wem_contest/dfs_wem_contest.views_default.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
- * dfs_wem_contest.views_default.inc
5
- */
3
+   * @file
4
+   * dfs_wem_contest.views_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_views_default_views().
Please login to merge, or discard this patch.