Add missing annotations
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -73,6 +73,7 @@ class DateService implements SingletonInterface
|
||||
/**
|
||||
* @param array $options
|
||||
* @return array
|
||||
* @throws \Doctrine\DBAL\DBALException
|
||||
*/
|
||||
public function getPriceTable(array $options)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user