@@ -61,6 +61,9 @@ discard block |
||
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 |
||
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 |
||
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; |