diff --git a/src/core/etl/src/Flow/ETL/PHP/Type/Caster.php b/src/core/etl/src/Flow/ETL/PHP/Type/Caster.php index 395cb5db6..8ea0e4962 100644 --- a/src/core/etl/src/Flow/ETL/PHP/Type/Caster.php +++ b/src/core/etl/src/Flow/ETL/PHP/Type/Caster.php @@ -14,7 +14,7 @@ type_string, type_uuid, type_xml - }; +}; use Flow\ETL\Exception\RuntimeException; use Flow\ETL\PHP\Type\Caster\{ArrayCastingHandler, BooleanCastingHandler, CastingContext, CastingHandler, DateTimeCastingHandler, EnumCastingHandler, FloatCastingHandler, IntegerCastingHandler, JsonCastingHandler, ListCastingHandler, MapCastingHandler, NullCastingHandler, ObjectCastingHandler, StringCastingHandler, StructureCastingHandler, UuidCastingHandler, XMLCastingHandler};