From 774352f03c2113e1b2f14fb974d03f84e1c32877 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Sun, 4 Aug 2024 14:50:52 +0200 Subject: [PATCH] CS Fixes --- src/core/etl/src/Flow/ETL/PHP/Type/Caster.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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};