@@ -49,6 +49,9 @@ |
||
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; |
@@ -49,6 +49,9 @@ |
||
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; |
@@ -49,6 +49,9 @@ |
||
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; |
@@ -49,6 +49,9 @@ |
||
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; |
@@ -51,7 +51,7 @@ |
||
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 | { |