Skip to content

Commit

Permalink
Remove useless files?
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 17, 2023
1 parent 07e4e64 commit 03ede6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/Serializer/Denormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace League\Csv\Serializer;

use Closure;
use DateTimeInterface;
use Iterator;
use League\Csv\MapIterator;
use ReflectionAttribute;
Expand All @@ -25,7 +24,6 @@
use ReflectionProperty;
use Throwable;

use UnitEnum;
use function array_search;
use function array_values;
use function count;
Expand Down
5 changes: 0 additions & 5 deletions src/Serializer/DenormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -651,11 +651,6 @@ public function it_will_tell_whether_the_type_or_alias_is_supported(): void
return $file;
});

self::assertTrue(Denormalizer::supportsType(SplFileObject::class));
self::assertFalse(Denormalizer::supportsType(SplTempFileObject::class));

self::assertTrue(Denormalizer::supportsType('string'));
self::assertTrue(Denormalizer::supportsType('iterable'));
self::assertTrue(Denormalizer::supportsAlias('@file'));
}
}
Expand Down

0 comments on commit 03ede6c

Please sign in to comment.