@@ -12,7 +12,7 @@ class DiffTableRowHelper
1212{
1313 //--------------------------------------------------------------------------------------------------------------------
1414 /**
15- * Append a row.
15+ * Append a row to existing rows array .
1616 *
1717 * @param \array[] $theExistRows Exist rows array for appending.
1818 * @param MultiSourceColumnMetadata $rowMetadata Row for append.
@@ -31,7 +31,7 @@ public static function appendRow(&$theExistRows, $rowMetadata, $columnName)
3131
3232 //--------------------------------------------------------------------------------------------------------------------
3333 /**
34- * Create table row.
34+ * Create additional row for column with character set name and collation name .
3535 *
3636 * @param MultiSourceColumnMetadata $rowMetadata Data for table row.
3737 *
@@ -61,7 +61,7 @@ public static function createColumnOptionsRow($rowMetadata)
6161
6262 //--------------------------------------------------------------------------------------------------------------------
6363 /**
64- * Create table row.
64+ * Create table row for columns with information from all schemas and config file .
6565 *
6666 * @param MultiSourceColumnMetadata $rowMetadata Data for table row.
6767 * @param string $columnName The columns name.
@@ -83,10 +83,10 @@ public static function createTableRow($rowMetadata, $columnName)
8383
8484 //--------------------------------------------------------------------------------------------------------------------
8585 /**
86- * Create table row .
86+ * Helper function for creating string with character set name and collation name .
8787 *
88- * @param $theCharacterSetName
89- * @param $theCollationName
88+ * @param string $theCharacterSetName Character set name
89+ * @param string $theCollationName Collation name
9090 *
9191 * @return string
9292 */
0 commit comments