Completed
Push — master ( ff5515...be3ab4 )
by Martijn van
02:00
created
code/FlashMessage.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @return array
71
+     * @return string[]
72 72
      */
73 73
     public static function get_template_global_variables()
74 74
     {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @return string
125
+     * @return HTMLText
126 126
      */
127 127
     public function forTemplate()
128 128
     {
Please login to merge, or discard this patch.