@@ -84,9 +84,6 @@ |
||
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 |
@@ -1,11 +1,11 @@ |
||
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 |