Completed
Push — master ( 486a32...1cfa92 )
by Andreas
11:38 queued 10:29
created
src/Crate/DBAL/Platforms/CratePlatform.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -259,6 +259,7 @@  discard block
 block discarded – undo
259 259
 
260 260
     /**
261 261
      * {@inheritDoc}
262
+     * @param string $name
262 263
      */
263 264
     public function getColumnDeclarationSQL($name, array $field)
264 265
     {
@@ -657,6 +658,7 @@  discard block
 block discarded – undo
657 658
 
658 659
     /**
659 660
      * {@inheritDoc}
661
+     * @param string $tableName
660 662
      */
661 663
     protected function _getCreateTableSQL($tableName, array $columns, array $options = array())
662 664
     {
Please login to merge, or discard this patch.