Completed
Push — develop ( bed1b8...535f0c )
by greg
11:14 queued 08:43
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.