Skip to content

Commit 1ae446f

Browse files
committed
CS Fixes not detected due to fixer cache
1 parent ab97fd1 commit 1ae446f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/adapter/etl-adapter-excel/tests/Flow/ETL/Adapter/Excel/Tests/Integration/ExcelExtractorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Flow\ETL\Exception\InvalidArgumentException;
1212
use Flow\ETL\{Extractor\Signal, Rows};
1313
use Flow\ETL\Tests\FlowTestCase;
14-
use Flow\Filesystem\{Partition};
14+
use Flow\Filesystem\Partition;
1515
use PHPUnit\Framework\Attributes\DataProvider;
1616

1717
final class ExcelExtractorTest extends FlowTestCase

src/core/etl/src/Flow/ETL/Config/Cache/CacheConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Flow\ETL\Cache;
99
use Flow\ETL\Cache\Implementation\FilesystemCache;
1010
use Flow\ETL\Exception\InvalidArgumentException;
11-
use Flow\Filesystem\{FilesystemTable};
11+
use Flow\Filesystem\FilesystemTable;
1212
use Flow\Serializer\Serializer;
1313

1414
final class CacheConfigBuilder

0 commit comments

Comments
 (0)