Failed Conditions
Pull Request — master (#6394)
by
unknown
15:38
created
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC6393Test.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@  discard block
 block discarded – undo
61 61
      */
62 62
     private $version;
63 63
 
64
+    /**
65
+     * @param integer $id
66
+     */
64 67
     public function __construct($id)
65 68
     {
66 69
         $this->id = $id;
@@ -102,6 +105,10 @@  discard block
 block discarded – undo
102 105
      */
103 106
     private $version;
104 107
 
108
+    /**
109
+     * @param A $a
110
+     * @param string $something
111
+     */
105 112
     public function __construct($a, $something)
106 113
     {
107 114
         $this->a = $a;
@@ -118,6 +125,9 @@  discard block
 block discarded – undo
118 125
         return $this->something;
119 126
     }
120 127
 
128
+    /**
129
+     * @param string $something
130
+     */
121 131
     public function setSomething($something)
122 132
     {
123 133
         $this->something = $something;
Please login to merge, or discard this patch.