@@ -27,6 +27,9 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | private $billId; |
| 29 | 29 | |
| 30 | + /** |
|
| 31 | + * @param integer $authorId |
|
| 32 | + */ |
|
| 30 | 33 | public function __construct($authorId) |
| 31 | 34 | { |
| 32 | 35 | $this->authorId = $authorId; |
@@ -61,7 +61,6 @@ |
||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | - * @param string $action |
|
| 65 | 64 | * |
| 66 | 65 | * @return bool |
| 67 | 66 | */ |