Completed
Push — master ( 30ce3b...274fc3 )
by Jacob
12s
created
src/SchemaManager.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.