From 721f6ff705c5e94c47a45e67bf5747901ccbd02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 3 Oct 2018 15:25:08 +0200 Subject: [PATCH] Add missing annotations --- .../ext/ep_products/Classes/Controller/AjaxTableController.php | 2 ++ web/typo3conf/ext/ep_products/Classes/Service/DateService.php | 1 + 2 files changed, 3 insertions(+) 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) {