@@ -111,7 +111,7 @@ |
||
111 | 111 | |
112 | 112 | /** |
113 | 113 | * @param Product $flightProduct |
114 | - * @param float|int $pricePerPax |
|
114 | + * @param integer $pricePerPax |
|
115 | 115 | * |
116 | 116 | * @return float|int |
117 | 117 | */ |
@@ -108,7 +108,7 @@ |
||
108 | 108 | } |
109 | 109 | |
110 | 110 | /** |
111 | - * @param null $year |
|
111 | + * @param integer $year |
|
112 | 112 | * @param null $pilotId |
113 | 113 | * @param null $quarter |
114 | 114 | * @param bool $groupBy |
@@ -645,7 +645,7 @@ |
||
645 | 645 | } |
646 | 646 | |
647 | 647 | /** |
648 | - * @return array|BbctypesLine[] |
|
648 | + * @return BbctypesLine[] |
|
649 | 649 | */ |
650 | 650 | public function getLines() |
651 | 651 | { |