@@ -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 | */ |
@@ -4,8 +4,6 @@ |
||
4 | 4 | namespace FlightLog\Infrastructure\Common\Routes; |
5 | 5 | |
6 | 6 | |
7 | -use FlightLog\Http\Web\Controller\WebController; |
|
8 | - |
|
9 | 7 | final class Route |
10 | 8 | { |
11 | 9 |