Skip to content

Commit 349cea5

Browse files
committed
Adjust formatting
1 parent 332318a commit 349cea5

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

includes/class-protected-video.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ private function load_dependencies() {
6666
require_once plugin_dir_path( __DIR__ ) . 'includes/class-protected-video-public.php';
6767
}
6868

69-
/**
70-
* Register hooks related to the admin area functionality.
71-
*
72-
* @SuppressWarnings("PHPMD.MissingImport")
73-
*
74-
* @return void
75-
*/
76-
private function define_admin_hooks() {
69+
/**
70+
* Register hooks related to the admin area functionality.
71+
*
72+
* @SuppressWarnings("PHPMD.MissingImport")
73+
*
74+
* @return void
75+
*/
76+
private function define_admin_hooks() {
7777
$plugin_admin = new Protected_Video_Admin(
7878
$this->get_plugin_name(),
7979
$this->get_version()
@@ -101,14 +101,14 @@ private function define_admin_hooks() {
101101
add_action( 'plugins_loaded', array( $plugin_admin, 'migrate_plugin_options' ) );
102102
}
103103

104-
/**
105-
* Register hooks related to the public-facing functionality.
106-
*
107-
* @SuppressWarnings("PHPMD.MissingImport")
108-
*
109-
* @return void
110-
*/
111-
private function define_public_hooks() {
104+
/**
105+
* Register hooks related to the public-facing functionality.
106+
*
107+
* @SuppressWarnings("PHPMD.MissingImport")
108+
*
109+
* @return void
110+
*/
111+
private function define_public_hooks() {
112112
$plugin_public = new Protected_Video_Public(
113113
$this->get_plugin_name(),
114114
$this->get_version()

0 commit comments

Comments
 (0)