@@ -5,5 +5,8 @@ |
||
5 | 5 | |
6 | 6 | interface TransformerInterface |
7 | 7 | { |
8 | + /** |
|
9 | + * @return null|\DateTime |
|
10 | + */ |
|
8 | 11 | public function transform($value); |
9 | 12 | } |