Completed
Pull Request — master (#128)
by Julian
01:50
created
src/Component/Event.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -591,7 +591,7 @@  discard block
 block discarded – undo
591 591
     }
592 592
 
593 593
     /**
594
-     * @return bool
594
+     * @return string
595 595
      */
596 596
     public function getTimezoneString()
597 597
     {
@@ -889,7 +889,7 @@  discard block
 block discarded – undo
889 889
     }
890 890
 
891 891
     /**
892
-     * @param array $attachment
892
+     * @param Attachment $attachment
893 893
      *
894 894
      * @return $this
895 895
      */
@@ -901,7 +901,7 @@  discard block
 block discarded – undo
901 901
     }
902 902
 
903 903
     /**
904
-     * @return array
904
+     * @return Attachment[]
905 905
      */
906 906
     public function getAttachments()
907 907
     {
Please login to merge, or discard this patch.