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 ( 5a2c28...2e4998 )
by Brant
03:13
created
modules/df/df_commerce/df_commerce.module 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,8 +104,8 @@
 block discarded – undo
104 104
   $products = entity_load('commerce_product');
105 105
   $products_key = array_keys($products);
106 106
   $products_number = count($products_key);
107
-  $count = $products_number < $items_number ? $products_number: $items_number;
108
-  for($i = 0; $i < $count; $i++) {
107
+  $count = $products_number < $items_number ? $products_number : $items_number;
108
+  for ($i = 0; $i < $count; $i++) {
109 109
     $product = $products[$products_key[rand(0, $products_number - 1)]];
110 110
     $line_item = commerce_product_line_item_new($product, 1, $order->order_id);
111 111
     commerce_line_item_save($line_item);
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.
modules/df/df_tools/df_tools_fpp/df_tools_fpp.module 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@  discard block
 block discarded – undo
21 21
     'category' => 'Add HTML',
22 22
     'reusable' => false,
23 23
     'uuid' => $uuid,
24
-    'field_raw_html' => array (
25
-      'und' => array (
26
-        0 => array (
24
+    'field_raw_html' => array(
25
+      'und' => array(
26
+        0 => array(
27 27
           'value' => $html,
28 28
           'format' => 'raw_html',
29 29
         ),
@@ -50,16 +50,16 @@  discard block
 block discarded – undo
50 50
     'category' => 'Add Map',
51 51
     'reusable' => false,
52 52
     'uuid' => $uuid,
53
-    'field_map_address' => array (
54
-      'und' => array (
55
-        0 => array (
53
+    'field_map_address' => array(
54
+      'und' => array(
55
+        0 => array(
56 56
           'value' => $address,
57 57
         ),
58 58
       ),
59 59
     ),
60
-    'field_map_information' => array (
61
-      'und' => array (
62
-        0 => array (
60
+    'field_map_information' => array(
61
+      'und' => array(
62
+        0 => array(
63 63
           'value' => $info,
64 64
           'format' => 'full_html',
65 65
         ),
Please login to merge, or discard this patch.
modules/dfs/dfs_med/modules/dfs_med_base/dfs_med_base.menu.inc 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 /**
4 4
  * Implements of hook_menu()
5 5
  */
6
-function dfs_med_base_menu(){
6
+function dfs_med_base_menu() {
7 7
   $items['empty-page'] = array(
8 8
     'title' => 'Redirect',
9 9
     'description' => 'Redirect user.',
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/templates/page.tpl.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
 
211 211
     <?php if ($site_name) :?>
212 212
       <div class="copyright large-12 columns">
213
-        &copy; <?php print date('Y') . ' ' . check_plain($site_name) . ' ' . t('All rights reserved.'); ?>
213
+        &copy; <?php print date('Y').' '.check_plain($site_name).' '.t('All rights reserved.'); ?>
214 214
       </div>
215 215
     <?php endif; ?>
216 216
   </footer>
Please login to merge, or discard this patch.
themes/dfs/med/templates/views-slideshow-controls-text-next.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_next_<?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-next.svg"></a></span>
1
+<span id="views_slideshow_controls_text_next_<?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-next.svg"></a></span>
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/template.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,10 +30,10 @@
 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
-    $form['actions']['submit'] = array('#type' => 'image_button', '#src' => base_path() . path_to_theme() . '/images/search-button.png');
36
+    $form['actions']['submit'] = array('#type' => 'image_button', '#src' => base_path().path_to_theme().'/images/search-button.png');
37 37
     // Add extra attributes to the text box
38 38
     $form['search_block_form']['#attributes']['onblur'] = "if (this.value == '') {this.value = 'Search';}";
39 39
     $form['search_block_form']['#attributes']['onfocus'] = "if (this.value == 'Search') {this.value = '';}";
Please login to merge, or discard this patch.