File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 project : ' 7.0'
55 # phpcs:
66 # standard: ["WordPress"]
7- # phpmd:
8- # ruleset: [" cleancode", " naming" ]
7+ phpmd :
8+ ruleset : [' cleancode', ' naming' ]
99 phpmnd :
1010 phpstan :
1111 memory_limit : 512M
Original file line number Diff line number Diff line change @@ -69,6 +69,8 @@ private function load_dependencies()
6969
7070 /**
7171 * Register hooks related to the admin area functionality.
72+ *
73+ * @SuppressWarnings(PHPMD.MissingImport)
7274 */
7375 private function define_admin_hooks ()
7476 {
@@ -98,6 +100,8 @@ private function define_admin_hooks()
98100
99101 /**
100102 * Register hooks related to the public-facing functionality.
103+ *
104+ * @SuppressWarnings(PHPMD.MissingImport)
101105 */
102106 private function define_public_hooks ()
103107 {
Original file line number Diff line number Diff line change 3333
3434/**
3535 * Begin plugin execution.
36+ *
37+ * @return void
38+ * @SuppressWarnings(PHPMD.MissingImport)
3639 */
3740function protected_video_init ()
3841{
You can’t perform that action at this time.
0 commit comments