Skip to content

Commit 2c4ba62

Browse files
committed
fix: static analysis after clearing cache
1 parent 8fe2944 commit 2c4ba62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/etl/tests/Flow/ETL/Tests/Unit/Schema/DefinitionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use function Flow\ETL\DSL\{bool_schema, date_schema, datetime_schema, definition_from_array, float_schema, int_entry, int_schema, integer_schema, json_schema, list_schema, map_schema, str_entry, string_schema, struct_entry, structure_schema, time_schema};
88
use function Flow\Types\DSL\{type_float, type_integer, type_list, type_map, type_string, type_structure};
99
use Flow\ETL\Exception\RuntimeException;
10-
use Flow\ETL\Schema\{Metadata};
10+
use Flow\ETL\Schema\Metadata;
1111
use Flow\ETL\Tests\FlowTestCase;
1212

1313
final class DefinitionTest extends FlowTestCase

0 commit comments

Comments
 (0)