@@ -16,7 +16,6 @@ discard block |
||
16 | 16 | * Applies schemata |
17 | 17 | * |
18 | 18 | * @param Collection $collection The MongoDB Collection |
19 | - * @param array $index Associative array containing index data |
|
20 | 19 | */ |
21 | 20 | public function createSchemata(Collection $collection, array $schemata) |
22 | 21 | { |
@@ -31,7 +30,6 @@ discard block |
||
31 | 30 | * @todo Implement |
32 | 31 | * |
33 | 32 | * @param Collection $collection The MongoDB Collection |
34 | - * @param array $index Associative array containing index data |
|
35 | 33 | */ |
36 | 34 | public function syncSchemata(Collection $collection, array $schemata) |
37 | 35 | { |