Completed
Pull Request — master (#71)
by Maria Daniel Deepak
02:35
created
include/Core/UI/ListTable/LogListTable.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
include/Core/Request/LogListAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 	/**
94 94
 	 * Get TableManager instance.
95 95
 	 *
96
-	 * @return TableManager TableManager instance.
96
+	 * @return \EmailLog\Core\DB\TableManager TableManager instance.
97 97
 	 */
98 98
 	protected function get_table_manager() {
99 99
 		$email_log = email_log();
Please login to merge, or discard this patch.