Completed
Push — feature/addons-page ( 16e184 )
by Maria Daniel Deepak
04:00
created
include/Util/helper.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
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
  */
Please login to merge, or discard this patch.
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.