Completed
Pull Request — master (#1351)
by
unknown
01:58
created
src/Phinx/Db/Adapter/MysqlAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1087,7 +1087,7 @@
 block discarded – undo
1087 1087
 
1088 1088
 	/**
1089 1089
 	 * Returns MySQL column types (inherited and MySQL specified).
1090
-	 * @return array
1090
+	 * @return string[]
1091 1091
 	 */
1092 1092
 	public function getColumnTypes() {
1093 1093
 		return array_merge( parent::getColumnTypes(), [ 'enum', 'set', 'year', 'json' ] );
Please login to merge, or discard this patch.