Completed
Push — issues/611 ( 661115...758b1c )
by Ravinder
21:11
created
includes/admin/emails/class-email-notifications.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -389,7 +389,7 @@  discard block
 block discarded – undo
389 389
 	 *
390 390
 	 * @since  1.9
391 391
 	 * @access public
392
-	 * @return bool|null
392
+	 * @return false|null
393 393
 	 */
394 394
 	public function preview_email() {
395 395
 		// Bailout.
@@ -525,7 +525,7 @@  discard block
 block discarded – undo
525 525
 	 *
526 526
 	 * @since  1.9
527 527
 	 * @access public
528
-	 * @return bool|null
528
+	 * @return false|null
529 529
 	 */
530 530
 	public function send_preview_email() {
531 531
 		// Bailout.
Please login to merge, or discard this patch.