Completed
Push — dev ( 90345e...c17917 )
by Nicolas
01:20
created
lib/class.erfxsltutilities.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -7,6 +7,10 @@
 block discarded – undo
7 7
 	if(!defined("__IN_SYMPHONY__")) die("<h2>Error</h2><p>You cannot directly access this file</p>");
8 8
 	
9 9
 	class ERFXSLTUTilities {
10
+
11
+		/**
12
+		 * @param string $mode
13
+		 */
10 14
 		public static function processXSLT($parentField, $entry, $entrySectionHandle, $entryFields, $mode, $debug = false, $select = 'entry', $position = 0)
11 15
 		{
12 16
 			$date = new DateTime();
Please login to merge, or discard this patch.