Add missing annotations

This commit is contained in:
Björn Fromme
2018-10-03 15:25:08 +02:00
parent a1650e53e3
commit 721f6ff705
2 changed files with 3 additions and 0 deletions
@@ -89,6 +89,7 @@ class AjaxTableController extends ActionController
* @param Date $date * @param Date $date
* *
* @return string * @return string
* @throws \Doctrine\DBAL\DBALException
*/ */
public function pricetableAction public function pricetableAction
( (
@@ -126,6 +127,7 @@ class AjaxTableController extends ActionController
/** /**
* @param Product $product * @param Product $product
* @param Hotel $hotel * @param Hotel $hotel
* @throws \Doctrine\DBAL\DBALException
*/ */
public function pricetableHtmlAction(Product $product, Hotel $hotel) public function pricetableHtmlAction(Product $product, Hotel $hotel)
{ {
@@ -73,6 +73,7 @@ class DateService implements SingletonInterface
/** /**
* @param array $options * @param array $options
* @return array * @return array
* @throws \Doctrine\DBAL\DBALException
*/ */
public function getPriceTable(array $options) public function getPriceTable(array $options)
{ {