Completed
Branch master (a03d84)
by Pierre
02:04
created
src/Converter/AgnosticConverter.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Converter/UnixTimeConverter/Chain.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Parser/SymbolParser/Chain.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,10 +5,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.