diff --git a/web/typo3conf/ext/ep_products/Classes/Controller/AjaxTableController.php b/web/typo3conf/ext/ep_products/Classes/Controller/AjaxTableController.php index 631960db..851f8467 100644 --- a/web/typo3conf/ext/ep_products/Classes/Controller/AjaxTableController.php +++ b/web/typo3conf/ext/ep_products/Classes/Controller/AjaxTableController.php @@ -89,6 +89,7 @@ class AjaxTableController extends ActionController * @param Date $date * * @return string + * @throws \Doctrine\DBAL\DBALException */ public function pricetableAction ( @@ -126,6 +127,7 @@ class AjaxTableController extends ActionController /** * @param Product $product * @param Hotel $hotel + * @throws \Doctrine\DBAL\DBALException */ public function pricetableHtmlAction(Product $product, Hotel $hotel) { diff --git a/web/typo3conf/ext/ep_products/Classes/Service/DateService.php b/web/typo3conf/ext/ep_products/Classes/Service/DateService.php index 58e5dc70..cb55f7bc 100644 --- a/web/typo3conf/ext/ep_products/Classes/Service/DateService.php +++ b/web/typo3conf/ext/ep_products/Classes/Service/DateService.php @@ -73,6 +73,7 @@ class DateService implements SingletonInterface /** * @param array $options * @return array + * @throws \Doctrine\DBAL\DBALException */ public function getPriceTable(array $options) {