@@ -83,6 +83,7 @@ |
||
83 | 83 | * Redirection topic options |
84 | 84 | * |
85 | 85 | * @var string $type What type of topic this is for - currently 'merge' or 'move'. Used to display appropriate text strings... |
86 | + * @param string $type |
|
86 | 87 | */ |
87 | 88 | function template_redirect_options($type) |
88 | 89 | { |
@@ -1096,7 +1096,7 @@ |
||
1096 | 1096 | /** |
1097 | 1097 | * CHMOD control form |
1098 | 1098 | * |
1099 | - * @return bool False if nothing to do. |
|
1099 | + * @return false|null False if nothing to do. |
|
1100 | 1100 | */ |
1101 | 1101 | function template_control_chmod() |
1102 | 1102 | { |