Completed
Branch master (60462a)
by Iurii
01:30
created
controllers/FileManager.php 2 patches
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.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,8 @@
 block discarded – undo
10 10
 namespace gplcart\modules\file_manager\controllers;
11 11
 
12 12
 use SplFileInfo;
13
-use gplcart\modules\file_manager\models\Command as FileManagerCommandModel,
14
-    gplcart\modules\file_manager\models\Scanner as FileManagerScannerModel;
13
+use gplcart\modules\file_manager\models\Command as FileManagerCommandModel;
14
+use gplcart\modules\file_manager\models\Scanner as FileManagerScannerModel;
15 15
 use gplcart\core\controllers\backend\Controller as BackendController;
16 16
 
17 17
 /**
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.