Skip to content

Commit bc7b266

Browse files
committed
refactor(param-value-converter-registry): wider date converters input type and throw exception
1 parent cbbc2d7 commit bc7b266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Param/ParamValueConverterRegistry.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66

77
use Closure;
88
use DateTimeInterface;
9-
use DateTimeZone;
109
use Psr\Http\Message\StreamInterface;
1110
use SimPod\ClickHouseClient\Exception\UnsupportedParamType;
12-
use SimPod\ClickHouseClient\Sql\Escaper;
1311
use SimPod\ClickHouseClient\Exception\UnsupportedParamValue;
12+
use SimPod\ClickHouseClient\Sql\Escaper;
1413
use SimPod\ClickHouseClient\Sql\Type;
1514

1615
use function array_keys;

0 commit comments

Comments
 (0)