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
df_tools/df_tools_hero_block/df_tools_hero_block.features.defaultconfig.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_tools_hero_block.features.defaultconfig.inc
5
- */
3
+   * @file
4
+   * df_tools_hero_block.features.defaultconfig.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_defaultconfig_features().
Please login to merge, or discard this patch.
df_tools_hero_block/df_tools_hero_block.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_tools_hero_block.features.user_permission.inc
5
- */
3
+   * @file
4
+   * df_tools_hero_block.features.user_permission.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_permissions().
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_hero_block/df_tools_hero_block.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_tools_hero_block.features.inc
5
- */
3
+   * @file
4
+   * df_tools_hero_block.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_tools/df_tools_slideshow/df_tools_slideshow.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 Tools Slideshow feature.
5
- */
3
+   * @file
4
+   * Code for the DF Tools Slideshow feature.
5
+   */
6 6
 
7 7
 include_once 'df_tools_slideshow.features.inc';
8 8
 
Please login to merge, or discard this patch.
df_tools_slideshow/df_tools_slideshow.fieldable_panels_pane_type.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_tools_slideshow.fieldable_panels_pane_type.inc
5
- */
3
+   * @file
4
+   * df_tools_slideshow.fieldable_panels_pane_type.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_default_fieldable_panels_pane_type().
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_slideshow/df_tools_slideshow.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_tools_slideshow.features.inc
5
- */
3
+   * @file
4
+   * df_tools_slideshow.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
df_tools/df_tools_slideshow/df_tools_slideshow.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_tools_slideshow.features.field_instance.inc
5
- */
3
+   * @file
4
+   * df_tools_slideshow.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_tools/df_tools_bean/plugins/DFToolsBeanBlock.class.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * DF Tools Bean Block plugin.
5
- */
3
+   * @file
4
+   * DF Tools Bean Block plugin.
5
+   */
6 6
 
7 7
 class DFToolsBeanBlock extends BeanPlugin {
8 8
 
9
- /**
10
-  * Declares default block settings.
11
-  */
9
+  /**
10
+   * Declares default block settings.
11
+   */
12 12
   public function values() {
13 13
     return array(
14 14
       'view_mode' => 'default',
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_bean/df_tools_bean.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
- * df_tools_bean.features.field_base.inc
5
- */
3
+   * @file
4
+   * df_tools_bean.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.