1 | <?php |
||
10 | class DateTimeImmutableFromString implements ObjectUnserializer |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @param string $objectClassName |
||
15 | * @param $serializedValue |
||
16 | * @return mixed |
||
17 | * @throws ValueNotUnserializable |
||
18 | */ |
||
19 | 2 | public function tryToUnserializeValue(string $objectClassName, $serializedValue) |
|
27 | } |