cosmetic
This commit is contained in:
parent
914d31e2c9
commit
3001293077
6 changed files with 24 additions and 12 deletions
|
@ -18,8 +18,10 @@ use ArrayObject;
|
|||
use dcCore;
|
||||
use dcLog;
|
||||
use dcModuleDefine;
|
||||
use Dotclear\Helper\File\Files;
|
||||
use Dotclear\Helper\File\Path;
|
||||
use Dotclear\Helper\File\{
|
||||
Files,
|
||||
Path
|
||||
};
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
|
|
|
@ -14,8 +14,10 @@ declare(strict_types=1);
|
|||
|
||||
namespace Dotclear\Plugin\improve\Module;
|
||||
|
||||
use Dotclear\Helper\File\Files;
|
||||
use Dotclear\Helper\File\Path;
|
||||
use Dotclear\Helper\File\{
|
||||
Files,
|
||||
Path
|
||||
};
|
||||
use Dotclear\Plugin\improve\Action;
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,8 +23,10 @@ use Dotclear\Helper\Html\Form\{
|
|||
Note,
|
||||
Para
|
||||
};
|
||||
use Dotclear\Plugin\improve\Action;
|
||||
use Dotclear\Plugin\improve\Core;
|
||||
use Dotclear\Plugin\improve\{
|
||||
Action,
|
||||
Core
|
||||
};
|
||||
|
||||
/**
|
||||
* Improve action module new line
|
||||
|
|
|
@ -28,8 +28,10 @@ use Dotclear\Helper\Html\Form\{
|
|||
Textarea
|
||||
};
|
||||
use Dotclear\Helper\Html\Html;
|
||||
use Dotclear\Plugin\improve\Action;
|
||||
use Dotclear\Plugin\improve\My;
|
||||
use Dotclear\Plugin\improve\{
|
||||
Action,
|
||||
My
|
||||
};
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
|
|
|
@ -30,8 +30,10 @@ use Dotclear\Helper\Html\Form\{
|
|||
Textarea
|
||||
};
|
||||
use Dotclear\Helper\Html\Html;
|
||||
use Dotclear\Plugin\improve\Action;
|
||||
use Dotclear\Plugin\improve\My;
|
||||
use Dotclear\Plugin\improve\{
|
||||
Action,
|
||||
My
|
||||
};
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
|
|
|
@ -15,8 +15,10 @@ declare(strict_types=1);
|
|||
namespace Dotclear\Plugin\improve\Module;
|
||||
|
||||
use dcCore;
|
||||
use Dotclear\Helper\File\Files;
|
||||
use Dotclear\Helper\File\Path;
|
||||
use Dotclear\Helper\File\{
|
||||
Files,
|
||||
Path
|
||||
};
|
||||
use Dotclear\Helper\Html\Form\{
|
||||
Checkbox,
|
||||
Div,
|
||||
|
|
Loading…
Reference in a new issue