Add missing annotations
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user