@@ -30,7 +30,6 @@ |
||
30 | 30 | * |
31 | 31 | * @since 1.9 |
32 | 32 | * |
33 | - * @param $string $email Email string to be sanitized. |
|
34 | 33 | * |
35 | 34 | * @return string Sanitized email. |
36 | 35 | */ |
@@ -23,6 +23,7 @@ |
||
23 | 23 | * Set up a constructor that references the parent constructor. |
24 | 24 | * |
25 | 25 | * We use the parent reference to set some default configs. |
26 | + * @param \EmailLog\Core\UI\Page\LogListPage $page |
|
26 | 27 | */ |
27 | 28 | public function __construct( $page, $args = array() ) { |
28 | 29 | $this->page = $page; |
@@ -29,6 +29,7 @@ |
||
29 | 29 | |
30 | 30 | /** |
31 | 31 | * Initialize the plugin. |
32 | + * @param string $file |
|
32 | 33 | */ |
33 | 34 | public function __construct( $file ) { |
34 | 35 | $this->plugin_dir_url = plugin_dir_url( $file ); |