Completed
Pull Request — master (#36)
by
unknown
04:06
created
src/Transformer/TransformerInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -5,5 +5,8 @@
 block discarded – undo
5 5
 
6 6
 interface TransformerInterface
7 7
 {
8
+    /**
9
+     * @return null|\DateTime
10
+     */
8 11
     public function transform($value);
9 12
 }
Please login to merge, or discard this patch.