Completed
Pull Request — master (#33)
by
unknown
02:18
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.
src/Node/CollectionNode.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace Linio\Component\Input\Node;
6 6
 
7
-use Linio\Component\Input\Exception\RequiredFieldException;
8 7
 use Linio\Component\Input\Exception\InvalidConstraintException;
8
+use Linio\Component\Input\Exception\RequiredFieldException;
9 9
 
10 10
 class CollectionNode extends BaseNode
11 11
 {
Please login to merge, or discard this patch.