Completed
Push — master ( 410bc5...46438b )
by Goffy
03:18 queued 01:37
created
include/oninstall.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -26,9 +26,6 @@
 block discarded – undo
26 26
  * ****************************************************************************
27 27
  */
28 28
 
29
-use XoopsModules\Xnewsletter;
30
-use XoopsModules\Xnewsletter\Common;
31
-
32 29
 defined('XOOPS_ROOT_PATH') || die('XOOPS root path not defined');
33 30
 require_once XOOPS_ROOT_PATH . '/modules/xnewsletter/include/common.php';
34 31
 //@require XOOPS_ROOT_PATH . '/modules/xnewsletter/language/' . $xoopsConfig['language'] . '/admin.php';
Please login to merge, or discard this patch.
include/phpmailer/extras/htmlfilter.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -607,6 +607,10 @@
 block discarded – undo
607 607
     return $attary;
608 608
 }
609 609
 
610
+/**
611
+ * @param string $trans_image_path
612
+ * @param boolean $block_external_images
613
+ */
610 614
 function tln_fixurl($attname, &$attvalue, $trans_image_path, $block_external_images)
611 615
 {
612 616
     $sQuote   = '"';
Please login to merge, or discard this patch.
include/html2text/html2text.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
  * then \r becomes \n. This means that all newlines (Unix, Windows, Mac)
52 52
  * all become \ns.
53 53
  *
54
- * @param mixed $text
54
+ * @param string $text
55 55
  *
56 56
  * @return string fixed text
57 57
  */
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 }
67 67
 
68 68
 /**
69
- * @param $node
69
+ * @param DOMNode $node
70 70
  *
71 71
  * @return null|string
72 72
  */
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 }
90 90
 
91 91
 /**
92
- * @param $node
92
+ * @param DOMNode $node
93 93
  *
94 94
  * @return null|string
95 95
  */
Please login to merge, or discard this patch.