Failed Conditions
Pull Request — master (#6591)
by Luís
14:08
created
tests/Doctrine/Tests/ORM/Functional/Ticket/GH6589Test.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -60,6 +60,9 @@  discard block
 block discarded – undo
60 60
      */
61 61
     public $roomType;
62 62
 
63
+    /**
64
+     * @param integer $id
65
+     */
63 66
     public function __construct($id, GH6589RoomType $roomType)
64 67
     {
65 68
         $this->id = $id;
@@ -96,6 +99,9 @@  discard block
 block discarded – undo
96 99
      */
97 100
     public $rooms;
98 101
 
102
+    /**
103
+     * @param integer $id
104
+     */
99 105
     public function __construct($id)
100 106
     {
101 107
         $this->id = $id;
Please login to merge, or discard this patch.