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_tools/df_tools_hero/df_tools_hero.fpp.hero.inc 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
     // Create a MigrateSource object.
35 35
     if (isset($arguments['path'])) {
36 36
       $import_path = $arguments['path'];
37
-    }
38
-    else {
37
+    } else {
39 38
       $import_path = drupal_get_path('module', 'df_tools_hero') . '/import/df_tools_hero.fpp.hero.csv';
40 39
     }
41 40
     $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1));
Please login to merge, or discard this patch.
df_tools/df_tools_sharethis/df_tools_sharethis.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_sharethis.features.user_permission.inc
5
- */
3
+   * @file
4
+   * df_tools_sharethis.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_tools/df_tools_sharethis/df_tools_sharethis.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_sharethis.features.inc
5
- */
3
+   * @file
4
+   * df_tools_sharethis.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_og/df_tools_og.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_tools_og.field_group.inc
5
- */
3
+   * @file
4
+   * df_tools_og.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_tools/df_tools_og/df_tools_og.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_og.features.field_instance.inc
5
- */
3
+   * @file
4
+   * df_tools_og.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_og/df_tools_og.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_og.features.inc
5
- */
3
+   * @file
4
+   * df_tools_og.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_og/df_tools_og.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_og.features.field_base.inc
5
- */
3
+   * @file
4
+   * df_tools_og.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/df/df_tools/df_tools_og/df_tools_og.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 OG feature.
5
- */
3
+   * @file
4
+   * Code for the DF Tools OG feature.
5
+   */
6 6
 
7 7
 include_once 'df_tools_og.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_rest/df_tools_rest.module 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
   //  have control over that file via build scripts.
18 18
   // If RestWS had a real way to deal with CORS/preflight, we would use that.
19 19
   if ($_SERVER['REQUEST_METHOD'] == 'OPTIONS') {
20
-    echo "";die;
20
+    echo ""; die;
21 21
   }
22 22
 }
23 23
 
Please login to merge, or discard this patch.