Skip to content

fix: correct various type hints in DF_Model

Robert Sinton requested to merge patch/other_df_model_type_hint_fixes into master

Corrects various type hints in DF_Model that were causing intelephense to report type problems.

Before: image

After: image

Merge request reports