Completed
Push — master ( 3dc0f4...fc67b3 )
by Marco
22s
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3785Test.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -110,6 +110,10 @@
 block discarded – undo
110 110
     /** @Column(type = "string") */
111 111
     private $value;
112 112
 
113
+    /**
114
+     * @param string $name
115
+     * @param string $value
116
+     */
113 117
     public function __construct($name, $value)
114 118
     {
115 119
         $this->name = $name;
Please login to merge, or discard this patch.