@@ -284,8 +284,7 @@ |
||
| 284 | 284 | * To improve performance, usage of DQL update |
| 285 | 285 | * http://doctrine-orm.readthedocs.org/projects/doctrine-orm/en/latest/reference/dql-doctrine-query-language.html |
| 286 | 286 | * |
| 287 | - * @param string $data |
|
| 288 | - * @return boolean |
|
| 287 | + * @return boolean|null |
|
| 289 | 288 | */ |
| 290 | 289 | public function updatePredictionOLD($question) |
| 291 | 290 | { |
@@ -1420,7 +1420,7 @@ |
||
| 1420 | 1420 | |
| 1421 | 1421 | /** |
| 1422 | 1422 | * |
| 1423 | - * @return string the Facebook fbPageTabPosition |
|
| 1423 | + * @return integer the Facebook fbPageTabPosition |
|
| 1424 | 1424 | */ |
| 1425 | 1425 | public function getFbPageTabPosition() |
| 1426 | 1426 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace PlaygroundGame\Controller\Frontend; |
| 4 | 4 | |
| 5 | 5 | use Zend\Mvc\Controller\AbstractActionController; |
| 6 | -use Zend\View\Model\ViewModel; |
|
| 7 | 6 | use Zend\ServiceManager\ServiceLocatorInterface; |
| 8 | 7 | |
| 9 | 8 | class WebhookController extends AbstractActionController |