chore: lint
This commit is contained in:
parent
ce41cd8353
commit
a2d9609e5d
13 changed files with 22 additions and 16 deletions
|
@ -7,6 +7,7 @@
|
|||
*/
|
||||
|
||||
namespace footnotes\general;
|
||||
|
||||
use footnotes\includes as Includes;
|
||||
|
||||
/**
|
||||
|
|
|
@ -8,8 +8,9 @@
|
|||
* @since 2.8.0 Rename file from `task.php` to `class-footnotes-parser.php`,
|
||||
* move from `class/` sub-directory to `public/`.
|
||||
*/
|
||||
|
||||
|
||||
namespace footnotes\general;
|
||||
|
||||
use footnotes\includes as Includes;
|
||||
|
||||
/**
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
namespace footnotes\general\Widget;
|
||||
|
||||
use footnotes\includes as Includes;
|
||||
|
||||
/**
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
*/
|
||||
|
||||
namespace footnotes\general\Widget;
|
||||
|
||||
use footnotes\includes as Includes;
|
||||
|
||||
require_once plugin_dir_path( dirname( __FILE__ ) ) . 'widget/class-base.php';
|
||||
|
|
Reference in a new issue