Completed
Push — master ( 09db71...354c8b )
by ARCANEDEV
11s
created
src/Media.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -285,6 +285,7 @@
 block discarded – undo
285 285
      * Check the given directory location.
286 286
      *
287 287
      * @param  string  &$directory
288
+     * @param string $directory
288 289
      *
289 290
      * @throws \Arcanesoft\Media\Exceptions\DirectoryNotFound
290 291
      * @throws \Arcanesoft\Media\Exceptions\AccessNotAllowed
Please login to merge, or discard this patch.
src/Http/Controllers/Admin/ApiController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -266,7 +266,7 @@
 block discarded – undo
266 266
      * @param  string  $oldName
267 267
      * @param  string  $newName
268 268
      *
269
-     * @return bool|string
269
+     * @return string|false
270 270
      */
271 271
     private function performMoveMedia($type, $location, $oldName, $newName)
272 272
     {
Please login to merge, or discard this patch.