Completed
Push — dev ( afd278...f11633 )
by Nicolas
02:41 queued 24s
created
fields/field.entry_relationship.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -1265,6 +1265,9 @@
 block discarded – undo
1265 1265
 			return true;
1266 1266
 		}
1267 1267
 		
1268
+		/**
1269
+		 * @return string
1270
+		 */
1268 1271
 		public static function update_103()
1269 1272
 		{
1270 1273
 			$tbl = self::FIELD_TBL_NAME;
Please login to merge, or discard this patch.
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 entryToXml($parentField, $entry, $entrySectionHandle, $entryFields, $mode)
11 15
 		{
12 16
 			$date = new DateTime();
Please login to merge, or discard this patch.