Completed
Push — develop ( da6203...402c1f )
by greg
03:01
created
src/Service/Quiz.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,8 +284,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Entity/Game.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1420,7 +1420,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Controller/Frontend/WebhookController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.