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/dfs_med_slideshow/dfs_med_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
- * dfs_med_slideshow.features.field_instance.inc
5
- */
3
+   * @file
4
+   * dfs_med_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/dfs/dfs_med/modules/dfs_med_menu/dfs_med_menu.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
- * Functional code for DFS MED Menu module.
5
- */
3
+   * @file
4
+   * Functional code for DFS MED Menu module.
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_entity_insert().
Please login to merge, or discard this patch.
dfs/dfs_med/modules/dfs_med_menu/dfs_med_menu.features.menu_links.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_med_menu.features.menu_links.inc
5
- */
3
+   * @file
4
+   * dfs_med_menu.features.menu_links.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_menu_default_menu_links().
Please login to merge, or discard this patch.
dfs/dfs_med/modules/dfs_med_menu/dfs_med_menu.features.menu_custom.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_med_menu.features.menu_custom.inc
5
- */
3
+   * @file
4
+   * dfs_med_menu.features.menu_custom.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_menu_default_menu_custom().
Please login to merge, or discard this patch.
modules/dfs/dfs_med/dfs_med.nodes.episode.inc 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
     $import_path = drupal_get_path('module', 'dfs_med') . '/import/';
90 90
     $this->source = new MigrateSourceCSV($import_path . 'dfs_med.nodes.episode.csv', $this->csvcolumns(), array('header_rows' => 1));
91 91
     $this->addFieldMapping('value', 'video');
92
-   }
92
+    }
93 93
 
94 94
   function csvcolumns() {
95 95
     $columns[10] = array('video', 'Video');
Please login to merge, or discard this patch.
themes/dfs/med/template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
   if ($form_id == 'search_block_form') {
31 31
     $form['search_block_form']['#title'] = t('Search'); // Change the text on the label element
32 32
     $form['search_block_form']['#title_display'] = 'invisible'; // Toggle label visibilty
33
-    $form['search_block_form']['#size'] = 40;  // define size of the textfield
33
+    $form['search_block_form']['#size'] = 40; // define size of the textfield
34 34
     $form['search_block_form']['#default_value'] = t('Search'); // Set a default value for the textfield
35 35
     $form['actions']['submit']['#value'] = t('GO!'); // Change the text on the submit button
36 36
     $form['actions']['submit'] = array('#type' => 'image_button', '#src' => base_path() . path_to_theme() . '/images/search-button.png');
Please login to merge, or discard this patch.
themes/dfs/med/templates/views-view-unformatted--brand-carousel.tpl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 <?php endif; ?>
13 13
 <ul class="small-block-grid-2 medium-block-grid-4 large-block-grid-4">
14 14
 <?php foreach ($rows as $id => $row): ?>
15
-  <li<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] .'"';  } ?>>
15
+  <li<?php if ($classes_array[$id]) { print ' class="' . $classes_array[$id] . '"'; } ?>>
16 16
     <?php print $row; ?>
17 17
   </li>
18 18
 <?php endforeach; ?>
19 19
\ No newline at end of file
Please login to merge, or discard this patch.
themes/dfs/med/templates/views-slideshow-controls-text-previous.tpl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,1 +1,1 @@
 block discarded – undo
1
-<span id="views_slideshow_controls_text_previous_<?php print $variables['vss_id']; ?>" class="<?php print $classes;?> slide-nav-wrap"><a href="#"><img src="<?php print base_path() . path_to_theme(); ?>/images/hero-carousel-prev.svg"></a></span>
1
+<span id="views_slideshow_controls_text_previous_<?php print $variables['vss_id']; ?>" class="<?php print $classes; ?> slide-nav-wrap"><a href="#"><img src="<?php print base_path() . path_to_theme(); ?>/images/hero-carousel-prev.svg"></a></span>
Please login to merge, or discard this patch.
themes/dfs/med/theme-settings.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Implements hook_form_FORM_ID_alter().
4
- *
5
- * @param $form
6
- *   The form.
7
- * @param $form_state
8
- *   The form state.
9
- */
3
+             * Implements hook_form_FORM_ID_alter().
4
+             *
5
+             * @param $form
6
+             *   The form.
7
+             * @param $form_state
8
+             *   The form state.
9
+             */
10 10
 function med_form_system_theme_settings_alter(&$form, &$form_state) {}
Please login to merge, or discard this patch.