Completed
Pull Request — master (#25)
by Erwan
04:33
created
controller/comments.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
      *
189 189
      * @throws \phpbb\exception\http_exception
190 190
      *
191
-     * @return null
191
+     * @return \Symfony\Component\HttpFoundation\Response|null
192 192
      */
193 193
     public function new_comment($link_id)
194 194
     {
Please login to merge, or discard this patch.
ext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -142,7 +142,7 @@
 block discarded – undo
142 142
      * @license GNU General Public License, version 2 (GPL-2.0)
143 143
      *
144 144
      * @param string $step               The step (enable, disable, purge)
145
-     * @param array  $notification_types The notification type names
145
+     * @param string[]  $notification_types The notification type names
146 146
      *
147 147
      * @return string Return notifications as temporary state
148 148
      */
Please login to merge, or discard this patch.