Completed
Pull Request — dev (#67)
by
unknown
01:38
created
lib/class.erfxsltutilities.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -7,6 +7,12 @@
 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
+		 *
14
+		 * @return string
15
+		 */
10 16
 		public static function processXSLT($parentField, $entry, $entrySectionHandle, $entryFields, $mode, $debug = false, $select = 'entry', $position = 0)
11 17
 		{
12 18
 			$date = new DateTime();
Please login to merge, or discard this patch.
fields/field.reverse_relationship.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -716,6 +716,9 @@
 block discarded – undo
716 716
             ->success();
717 717
     }
718 718
 
719
+    /**
720
+     * @return string
721
+     */
719 722
     public static function update_200()
720 723
     {
721 724
         return static::createFieldTable();
Please login to merge, or discard this patch.
fields/field.entry_relationship.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -1724,6 +1724,9 @@  discard block
 block discarded – undo
1724 1724
 			return true;
1725 1725
 		}
1726 1726
 
1727
+		/**
1728
+		 * @return string
1729
+		 */
1727 1730
 		public static function update_103()
1728 1731
 		{
1729 1732
 			return Symphony::Database()
@@ -1740,6 +1743,9 @@  discard block
 block discarded – undo
1740 1743
 				->success();
1741 1744
 		}
1742 1745
 
1746
+		/**
1747
+		 * @return string
1748
+		 */
1743 1749
 		public static function update_200()
1744 1750
 		{
1745 1751
 			return Symphony::Database()
@@ -1789,6 +1795,9 @@  discard block
 block discarded – undo
1789 1795
 				->success();
1790 1796
 		}
1791 1797
 
1798
+		/**
1799
+		 * @return string
1800
+		 */
1792 1801
 		public static function update_2008()
1793 1802
 		{
1794 1803
 			return Symphony::Database()
Please login to merge, or discard this patch.