Completed
Push — master ( e7867e...efdea9 )
by Iurii
01:37
created
models/Command.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     /**
119 119
      * Submit a command
120 120
      * @param array $command
121
-     * @param array $args
121
+     * @param \gplcart\modules\file_manager\controllers\FileManager[] $args
122 122
      * @return array
123 123
      */
124 124
     public function submit(array $command, array $args)
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace gplcart\modules\file_manager\models;
11 11
 
12
-use gplcart\core\Handler,
13
-    gplcart\core\Hook;
12
+use gplcart\core\Handler;
13
+use gplcart\core\Hook;
14 14
 
15 15
 /**
16 16
  * Manages basic behaviors and data related to File manager module
Please login to merge, or discard this patch.
models/Scanner.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 use LimitIterator;
13 13
 use FilesystemIterator;
14
-use gplcart\core\Config,
15
-    gplcart\core\Hook;
14
+use gplcart\core\Config;
15
+use gplcart\core\Hook;
16 16
 use gplcart\modules\file_manager\helpers\Filter;
17 17
 
18 18
 /**
Please login to merge, or discard this patch.