Completed
Branch master (60462a)
by Iurii
01:30
created
controllers/FileManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -242,6 +242,7 @@  discard block
 block discarded – undo
242 242
 
243 243
     /**
244 244
      * Whether the current user has access to the file
245
+     * @param string $path
245 246
      * @return boolean
246 247
      */
247 248
     protected function accessPathAccessFileManager($path)
@@ -264,7 +265,6 @@  discard block
 block discarded – undo
264 265
 
265 266
     /**
266 267
      * Returns an array of path breadcrumbs
267
-     * @param string $path
268 268
      * @return array
269 269
      */
270 270
     protected function getPathBreadcrumbsFileManager()
Please login to merge, or discard this patch.
FileManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
 
103 103
     /**
104 104
      * Implements hook "module.uninstall.after"
105
-     * @param null|string $result
106 105
      */
107 106
     public function hookModuleUninstallAfter()
108 107
     {
Please login to merge, or discard this patch.