Completed
Push — master ( 084441...17dbbc )
by Mehmet
03:59
created
src/SQLTable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -26,6 +26,9 @@
 block discarded – undo
26 26
         'index_type'=> null,
27 27
     ];
28 28
 
29
+    /**
30
+     * @param \Doctrine\DBAL\Schema\AbstractSchemaManager $schemaManager
31
+     */
29 32
     public function __construct($schemaManager, $collection, $fields)
30 33
     {
31 34
         $this->schemaManager = $schemaManager;
Please login to merge, or discard this patch.