Skip to content

fix: Correct the type hint for the _table_map() function.

Robert Sinton requested to merge patch/df_model_table_map_type_hint into master

Incorrect type hint was causing Intelephense to report an 'expected type' problem:

image

Merge request reports