@@ -126,7 +126,7 @@ |
||
| 126 | 126 | |
| 127 | 127 | /** |
| 128 | 128 | * Returns a string with initial path to scan files |
| 129 | - * @param bool|null|string $absolute |
|
| 129 | + * @param boolean $absolute |
|
| 130 | 130 | * @return string |
| 131 | 131 | */ |
| 132 | 132 | public function getInitialPath($absolute = false) |
@@ -11,8 +11,8 @@ |
||
| 11 | 11 | |
| 12 | 12 | use LimitIterator; |
| 13 | 13 | use FilesystemIterator; |
| 14 | -use gplcart\core\Hook, |
|
| 15 | - gplcart\core\Module; |
|
| 14 | +use gplcart\core\Hook; |
|
| 15 | +use gplcart\core\Module; |
|
| 16 | 16 | use gplcart\modules\file_manager\helpers\Filter; |
| 17 | 17 | |
| 18 | 18 | /** |
@@ -118,7 +118,7 @@ |
||
| 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) |
@@ -10,8 +10,8 @@ |
||
| 10 | 10 | namespace gplcart\modules\file_manager\models; |
| 11 | 11 | |
| 12 | 12 | use Exception; |
| 13 | -use gplcart\core\Handler, |
|
| 14 | - gplcart\core\Hook; |
|
| 13 | +use gplcart\core\Handler; |
|
| 14 | +use gplcart\core\Hook; |
|
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * Manages basic behaviors and data related to File manager module |