Completed
Push — master ( a90f23...2814d6 )
by Marco
13:05
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH5762Test.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -116,6 +116,10 @@  discard block
 block discarded – undo
116 116
      */
117 117
     private $driverRides;
118 118
 
119
+    /**
120
+     * @param integer $id
121
+     * @param string $name
122
+     */
119 123
     function __construct($id, $name)
120 124
     {
121 125
         $this->driverRides = new ArrayCollection();
@@ -204,6 +208,10 @@  discard block
 block discarded – undo
204 208
      */
205 209
     private $carRides;
206 210
 
211
+    /**
212
+     * @param string $brand
213
+     * @param string $model
214
+     */
207 215
     function __construct($brand, $model)
208 216
     {
209 217
         $this->carRides = new ArrayCollection();
Please login to merge, or discard this patch.