@@ -27,6 +27,10 @@ |
||
27 | 27 | |
28 | 28 | class TestEntity extends Entity { |
29 | 29 | private $name; |
30 | + |
|
31 | + /** |
|
32 | + * @param string $name |
|
33 | + */ |
|
30 | 34 | public function __construct($name) |
31 | 35 | { |
32 | 36 | $this->name = $name; |