Completed
Pull Request — master (#207)
by Fèvre
12:57 queued 10:51
created
src/Controller/AttachmentsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * @throws \Cake\Network\Exception\NotFoundException When it missing an arguments or when the file doesn't exist.
31 31
      * @throws \Cake\Network\Exception\ForbiddenException When the user is not premium.
32 32
      *
33
-     * @return \Cake\Network\Exception\ForbiddenException
33
+     * @return Response
34 34
      *         \Cake\Network\Exception\NotFoundException
35 35
      *         \Cake\Network\Response
36 36
      */
Please login to merge, or discard this patch.
src/Console/Installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -259,7 +259,7 @@
 block discarded – undo
259 259
      *
260 260
      * @param string $dir The application's root directory.
261 261
      * @param \Composer\IO\IOInterface $io IO interface to write to console.
262
-     * @return void
262
+     * @return null|string
263 263
      */
264 264
     public static function setSecuritySalt($dir, $io)
265 265
     {
Please login to merge, or discard this patch.