Completed
Push — 7.x-3.x ( daa35d...1b5187 )
by Devin
03:09
created
commons_events/modules/commons_events_solr/commons_events_solr.module 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@  discard block
 block discarded – undo
16 16
 /**
17 17
  * Dynamically create facets rather than let Features do it, so we can have
18 18
  * facets based on the current default Solr environment.
19
+ * @param string $env_id
19 20
  */
20 21
 function commons_events_solr_create_facets($env_id = NULL) {
21 22
   $facets = commons_events_solr_facet_definitions();
@@ -220,6 +221,7 @@  discard block
 block discarded – undo
220 221
 
221 222
 /**
222 223
  * Get the panels subtype for the facet block.
224
+ * @param string $facet_name
223 225
  */
224 226
 function commons_events_solr_panel_facet_subtype($facet_name) {
225 227
   $facet_name = commons_events_solr_search_environment() . ':block:' . $facet_name;
Please login to merge, or discard this patch.
modules/commons/commons_follow/commons_follow.module 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@
 block discarded – undo
223 223
 /**
224 224
  * Get subscriptions flag IDs.
225 225
  *
226
- * @param $content_type
226
+ * @param string $content_type
227 227
  *   Optional. The type of content for which to load the flags. Usually 'node'.
228 228
  * @param $content_subtype
229 229
  *   Optional. The node type for which to load the flags.
Please login to merge, or discard this patch.
commons_search/modules/commons_search_solr/commons_search_solr.module 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -408,6 +408,7 @@
 block discarded – undo
408 408
 
409 409
 /**
410 410
  * Get the panels subtype for the facet block.
411
+ * @param string $facet_name
411 412
  */
412 413
 function commons_search_solr_panel_facet_subtype($facet_name) {
413 414
   return 'facetapi-' . facetapi_hash_delta($facet_name);
Please login to merge, or discard this patch.
modules/commons/commons_trusted_contacts/commons_trusted_contacts.module 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1141,7 +1141,7 @@
 block discarded – undo
1141 1141
  * Loads the VBO actions placed in their own include files.
1142 1142
  *
1143 1143
  * @return
1144
- *   An array of containing filenames of the included actions.
1144
+ string[]   An array of containing filenames of the included actions.
1145 1145
  *
1146 1146
  * @see views_bulk_operations_load_action_includes()
1147 1147
  */
Please login to merge, or discard this patch.