Completed
Push — master ( 31d39d...35f9fe )
by Dennis
01:32
created
MultisiteLanguageSwitcher.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@  discard block
 block discarded – undo
53 53
 	 *
54 54
 	 * @package Msls
55 55
 	 *
56
-	 * @param array $arr
57 56
 	 *
58 57
 	 * @return string
59 58
 	 */
@@ -101,7 +100,7 @@  discard block
 block discarded – undo
101 100
 	 *
102 101
 	 * @param string $locale
103 102
 	 *
104
-	 * @return bool|string
103
+	 * @return string|false
105 104
 	 */
106 105
 	function get_msls_blog_description( $locale ) {
107 106
 		$collection   = \lloc\Msls\MslsBlogCollection::instance();
Please login to merge, or discard this patch.