@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Popy\Calendar\Converter; |
| 4 | 4 | |
| 5 | -use DateTimeImmutable; |
|
| 6 | -use DateTimeInterface; |
|
| 7 | 5 | use Popy\Calendar\ConverterInterface; |
| 8 | 6 | use Popy\Calendar\ValueObject\DateRepresentationInterface; |
| 9 | 7 | use Popy\Calendar\ValueObject\DateRepresentation\Date; |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Popy\Calendar\Converter\Conversion; |
| 6 | 6 | use Popy\Calendar\Converter\UnixTimeConverterInterface; |
| 7 | -use Popy\Calendar\ValueObject\DateRepresentation\Standard; |
|
| 8 | 7 | |
| 9 | 8 | class Chain implements UnixTimeConverterInterface |
| 10 | 9 | { |
@@ -5,10 +5,6 @@ |
||
| 5 | 5 | use Popy\Calendar\Parser\FormatToken; |
| 6 | 6 | use Popy\Calendar\Parser\SymbolParserInterface; |
| 7 | 7 | use Popy\Calendar\Parser\FormatParserInterface; |
| 8 | -use Popy\Calendar\Parser\DateLexer\PregSimple; |
|
| 9 | -use Popy\Calendar\Parser\DateLexer\PregChoice; |
|
| 10 | -use Popy\Calendar\Formatter\LocalisationInterface; |
|
| 11 | -use Popy\Calendar\Formatter\Localisation\NativeHardcoded; |
|
| 12 | 8 | |
| 13 | 9 | /** |
| 14 | 10 | * Chain implementation, stopping at the first result |