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:48
created
modules/df/df_commerce/df_commerce.features.user_role.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_role.inc
5
- */
3
+   * @file
4
+   * df_commerce.features.user_role.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_user_default_roles().
Please login to merge, or discard this patch.
modules/df/df_commerce/df_commerce.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_commerce.features.inc
5
- */
3
+   * @file
4
+   * df_commerce.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_commerce_product_default_types().
Please login to merge, or discard this patch.
modules/df/df_engage/df_engage.pages_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
- * df_engage.pages_default.inc
5
- */
3
+   * @file
4
+   * df_engage.pages_default.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_default_page_manager_handlers().
Please login to merge, or discard this patch.
modules/df/df_engage/df_engage.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_engage.field_group.inc
5
- */
3
+   * @file
4
+   * df_engage.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_engage/df_engage.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_engage.features.inc
5
- */
3
+   * @file
4
+   * df_engage.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_sharethis/df_tools_sharethis.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 Connect feature.
5
- */
3
+   * @file
4
+   * Code for the DF Connect feature.
5
+   */
6 6
 
7 7
 include_once 'df_tools_sharethis.features.inc';
8 8
 
Please login to merge, or discard this patch.
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
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
     // Create a MigrateSource object.
33 33
     if (isset($arguments['path'])) {
34 34
       $import_path = $arguments['path'];
35
-    }
36
-    else {
35
+    } else {
37 36
       $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv';
38 37
     }
39 38
     $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1));
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_panelizer/df_tools_panelizer.nodes.landing.inc 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,8 +32,7 @@
 block discarded – undo
32 32
     // Create a MigrateSource object.
33 33
     if (isset($arguments['path'])) {
34 34
       $import_path = $arguments['path'];
35
-    }
36
-    else {
35
+    } else {
37 36
       $import_path = drupal_get_path('module', 'df_tools_commerce_product') . '/import/df_tools_commerce.fpp.commerce_product.csv';
38 37
     }
39 38
     $this->source = new MigrateSourceCSV($import_path, array(), array('header_rows' => 1));
Please login to merge, or discard this patch.
modules/df/df_tools/df_tools_vertical_tabs/df_tools_vertical_tabs.module 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,8 +37,7 @@
 block discarded – undo
37 37
             </div>
38 38
           </div>
39 39
         ';
40
-      }
41
-      else {
40
+      } else {
42 41
         $block['content'] = '
43 42
             <div class="user-header-block">
44 43
                 <div class="uh-container">
Please login to merge, or discard this patch.