Completed
Push — 2538542-path ( aff5d3...8ec75c )
by Frédéric G.
02:32
created
mongodb_module.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -84,9 +84,6 @@
 block discarded – undo
84 84
 /**
85 85
  * Returns a MongoCollection object.
86 86
  *
87
- * @param mixed $collection_name
88
- *   Can be either a plain collection name or 0-based array containing a
89
- *   collection name and a prefix.
90 87
  *
91 88
  * @return \MongoCollection|\MongoDebugCollection|\MongoDummy
92 89
  *   Return a MongoCollection in normal situations, a MongoDebugCollection if
Please login to merge, or discard this patch.
mongodb_path/src/Tests/PathSaveTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @file
4
- * Contains PathSaveTest.
5
- *
6
- * This is a replica of the core test with the same name, wrapped with MongoDB
7
- * setup and teardown.
8
- */
3
+   * @file
4
+   * Contains PathSaveTest.
5
+   *
6
+   * This is a replica of the core test with the same name, wrapped with MongoDB
7
+   * setup and teardown.
8
+   */
9 9
 
10 10
 namespace Drupal\mongodb_path\Tests;
11 11
 
Please login to merge, or discard this patch.