Completed
Push — 7.x-3.x ( 95977c...878bb7 )
by Devin
03:39 queued 01:00
created
modules/commons/commons_media/commons_media.strongarm.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
- * commons_media.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_media.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
modules/commons/commons_media/commons_media.module 2 patches
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 Commons Media feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Media feature.
5
+   */
6 6
 
7 7
 include_once 'commons_media.features.inc';
8 8
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@
 block discarded – undo
340 340
   $collected_fields = array();
341 341
 
342 342
   // Determine the list of instances to iterate on.
343
-  list(, , $bundle) = entity_extract_ids($type, $entity);
343
+  list(,, $bundle) = entity_extract_ids($type, $entity);
344 344
   $instances = field_info_instances($type, $bundle);
345 345
   $fields = field_info_fields();
346 346
 
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.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
- * commons_notify.features.field_base.inc
5
- */
3
+   * @file
4
+   * commons_notify.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/commons/commons_notify/commons_notify.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 Commons Notify feature.
5
- */
3
+   * @file
4
+   * Code for the Commons Notify feature.
5
+   */
6 6
 
7 7
 include_once 'commons_notify.features.inc';
8 8
 
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.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
- * commons_notify.features.inc
5
- */
3
+   * @file
4
+   * commons_notify.features.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_ctools_plugin_api().
Please login to merge, or discard this patch.
modules/commons/commons_notify/commons_notify.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
- * commons_notify.features.field_instance.inc
5
- */
3
+   * @file
4
+   * commons_notify.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/commons/commons_notify/commons_notify.strongarm.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
- * commons_notify.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_notify.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons/commons_trusted_contacts/commons_trusted_contacts.strongarm.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
- * commons_trusted_contacts.strongarm.inc
5
- */
3
+   * @file
4
+   * commons_trusted_contacts.strongarm.inc
5
+   */
6 6
 
7 7
 /**
8 8
  * Implements hook_strongarm().
Please login to merge, or discard this patch.
commons_trusted_contacts/commons_trusted_contacts.commons_utility_links.inc 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 
35 35
     // Add a link to the user's invitations.
36 36
     if ($unread_invitations) {
37
-      $links['unread-invitations']= array(
37
+      $links['unread-invitations'] = array(
38 38
         'href' => 'user/' . $user->uid . '/contacts',
39 39
         'query' => array('qt-commons_trusted_contacts' => 'invitations'),
40 40
         'title' => format_plural($unread_invitations, '1 invitation', '@count invitations'),
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
 
45 45
     // Add a link to the user's unread messages.
46 46
     if ($unread_messages) {
47
-      $links['unread-messages']= array(
47
+      $links['unread-messages'] = array(
48 48
         'href' => 'user/' . $user->uid . '/contacts',
49 49
         'query' => array('qt-commons_trusted_contacts' => 'messages'),
50 50
         'title' => format_plural($unread_messages, '1 message', '@count messages'),
Please login to merge, or discard this patch.