Completed
Pull Request — master (#99)
by Spuds
02:27
created
importer/Importers/elkarte1.0/smf1-1_importer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return 'members';
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $name
54
+	 */
52 55
 	protected function fetchSetting($name)
53 56
 	{
54 57
 		static $content = null;
Please login to merge, or discard this patch.
importer/Importers/elkarte1.0/smf2-0_importer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return 'members';
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $name
54
+	 */
52 55
 	protected function fetchSetting($name)
53 56
 	{
54 57
 		static $content = null;
Please login to merge, or discard this patch.
importer/Importers/elkarte1.0/smf2-1_importer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return 'members';
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $name
54
+	 */
52 55
 	protected function fetchSetting($name)
53 56
 	{
54 57
 		static $content = null;
Please login to merge, or discard this patch.
importer/Importers/elkarte1.0/wedge_importer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return 'members';
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $name
54
+	 */
52 55
 	protected function fetchSetting($name)
53 56
 	{
54 57
 		static $content = null;
Please login to merge, or discard this patch.
importer/Importers/wedge0.1/phpbb3_importer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
  *
52 52
  * @param string $content
53 53
  *
54
- * @return mixed|string
54
+ * @return string
55 55
  */
56 56
 function vb4_replace_bbc($content)
57 57
 {
Please login to merge, or discard this patch.