mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-06 09:20:28 +08:00
Refactoring
This commit is contained in:
parent
7408130484
commit
1752b8dd15
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace MainWP\Child;
|
namespace MainWP\Child;
|
||||||
|
|
||||||
//phpcs:ignore Generic.Metrics.CyclomaticComplexity -- complex functions/features.
|
//phpcs:disable Generic.Metrics.CyclomaticComplexity -- complex functions/features.
|
||||||
|
|
||||||
class MainWP_Child_Posts {
|
class MainWP_Child_Posts {
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace MainWP\Child;
|
namespace MainWP\Child;
|
||||||
|
|
||||||
//phpcs:ignore Generic.Metrics.CyclomaticComplexity -- complex functions/features.
|
//phpcs:disable Generic.Metrics.CyclomaticComplexity -- complex functions/features.
|
||||||
|
|
||||||
class MainWP_Child_Stats {
|
class MainWP_Child_Stats {
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace MainWP\Child;
|
namespace MainWP\Child;
|
||||||
|
|
||||||
//phpcs:ignore Generic.Metrics.CyclomaticComplexity -- complex functions/features.
|
//phpcs:disable Generic.Metrics.CyclomaticComplexity -- complex functions/features.
|
||||||
|
|
||||||
class MainWP_Child_Updates {
|
class MainWP_Child_Updates {
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace MainWP\Child;
|
namespace MainWP\Child;
|
||||||
|
|
||||||
// phpcs:disable WordPress.WP.AlternativeFunctions -- to custom file's functions.
|
//phpcs:disable WordPress.WP.AlternativeFunctions -- to custom file's functions, multi helper functions.
|
||||||
|
|
||||||
class MainWP_Helper {
|
class MainWP_Helper {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue