@@ -1087,7 +1087,7 @@ |
||
| 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' ] ); |