Completed
Push — master ( 467cb1...f6d530 )
by greg
57:09 queued 47:00
created
src/Entity/Game.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -723,7 +723,7 @@  discard block
 block discarded – undo
723 723
     }
724 724
 
725 725
     /**
726
-     * @return boolean $emailShare
726
+     * @return integer $emailShare
727 727
      */
728 728
     public function getEmailShare()
729 729
     {
@@ -739,7 +739,7 @@  discard block
 block discarded – undo
739 739
     }
740 740
 
741 741
     /**
742
-     * @return boolean $fbShare
742
+     * @return integer $fbShare
743 743
      */
744 744
     public function getFbShare()
745 745
     {
@@ -755,7 +755,7 @@  discard block
 block discarded – undo
755 755
     }
756 756
 
757 757
     /**
758
-     * @return boolean $twShare
758
+     * @return integer $twShare
759 759
      */
760 760
     public function getTwShare()
761 761
     {
@@ -1545,7 +1545,7 @@  discard block
 block discarded – undo
1545 1545
 
1546 1546
     /**
1547 1547
      *
1548
-     * @return string the Facebook fbPageTabPosition
1548
+     * @return integer the Facebook fbPageTabPosition
1549 1549
      */
1550 1550
     public function getFbPageTabPosition()
1551 1551
     {
@@ -1565,7 +1565,7 @@  discard block
 block discarded – undo
1565 1565
 
1566 1566
     /**
1567 1567
      *
1568
-     * @return the string
1568
+     * @return string string
1569 1569
      */
1570 1570
     public function getEmailShareSubject()
1571 1571
     {
@@ -1605,7 +1605,7 @@  discard block
 block discarded – undo
1605 1605
 
1606 1606
     /**
1607 1607
      *
1608
-     * @return the string
1608
+     * @return string string
1609 1609
      */
1610 1610
     public function getFbShareDescription()
1611 1611
     {
Please login to merge, or discard this patch.