Completed
Push — develop ( 365d8c...a11766 )
by greg
02:35
created
src/Entity/Game.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
     }
731 731
 
732 732
     /**
733
-     * @return boolean $emailShare
733
+     * @return integer $emailShare
734 734
      */
735 735
     public function getEmailShare()
736 736
     {
@@ -746,7 +746,7 @@  discard block
 block discarded – undo
746 746
     }
747 747
 
748 748
     /**
749
-     * @return boolean $fbShare
749
+     * @return integer $fbShare
750 750
      */
751 751
     public function getFbShare()
752 752
     {
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
     }
763 763
 
764 764
     /**
765
-     * @return boolean $twShare
765
+     * @return integer $twShare
766 766
      */
767 767
     public function getTwShare()
768 768
     {
@@ -1382,7 +1382,7 @@  discard block
 block discarded – undo
1382 1382
 
1383 1383
     /**
1384 1384
      *
1385
-     * @return the $costToPlay
1385
+     * @return integer $costToPlay
1386 1386
      */
1387 1387
     public function getCostToPlay()
1388 1388
     {
@@ -1569,7 +1569,7 @@  discard block
 block discarded – undo
1569 1569
 
1570 1570
     /**
1571 1571
      *
1572
-     * @return string the Facebook fbPageTabPosition
1572
+     * @return integer the Facebook fbPageTabPosition
1573 1573
      */
1574 1574
     public function getFbPageTabPosition()
1575 1575
     {
@@ -1589,7 +1589,7 @@  discard block
 block discarded – undo
1589 1589
 
1590 1590
     /**
1591 1591
      *
1592
-     * @return the string
1592
+     * @return string string
1593 1593
      */
1594 1594
     public function getEmailShareSubject()
1595 1595
     {
@@ -1629,7 +1629,7 @@  discard block
 block discarded – undo
1629 1629
 
1630 1630
     /**
1631 1631
      *
1632
-     * @return the string
1632
+     * @return string string
1633 1633
      */
1634 1634
     public function getFbShareDescription()
1635 1635
     {
Please login to merge, or discard this patch.