Completed
Push — 8.x-2.x ( 8af97d...4c7eae )
by Frédéric G.
03:11
created
modules/mongodb/mongodb_drush.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -78,6 +78,8 @@
 block discarded – undo
78 78
 
79 79
 /**
80 80
  * Returns the basic shell command string.
81
+ * @param string $alias
82
+ * @return string
81 83
  */
82 84
 function _drush_mongodb_connect($alias) {
83 85
   $connections = variable_get('mongodb_connections', array());
Please login to merge, or discard this patch.