Test Failed
Branch master (171178)
by David
08:54
created
lib/plugins/builtin/blocks/dynamic.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -53,6 +53,10 @@
 block discarded – undo
53 53
 		return $output;
54 54
 	}
55 55
 
56
+	/**
57
+	 * @param string $dynamicId
58
+	 * @param string $compiledFile
59
+	 */
56 60
 	public static function unescape($output, $dynamicId, $compiledFile)
57 61
 	{
58 62
 		$output = preg_replace_callback('/<dwoo:dynamic_('.$dynamicId.')>(.+?)<\/dwoo:dynamic_'.$dynamicId.'>/s', array('self', 'unescapePhp'), $output, -1, $count);
Please login to merge, or discard this patch.
lib/plugins/builtin/filters/html_format.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
 	 * Those tags must however contain only htmlentities-escaped text for everything to work properly.
44 44
 	 * Inline tags are presented on a single line with their content
45 45
 	 *
46
-	 * @param Dwoo_Core $dwoo the dwoo instance rendering this
47 46
 	 * @param string $input the xhtml to format
48 47
 	 * @return string formatted xhtml
49 48
 	 */
Please login to merge, or discard this patch.