| @@ -47,9 +47,9 @@ | ||
| 47 | 47 | /** |
| 48 | 48 | * Undocumented function |
| 49 | 49 | * |
| 50 | 50 | * @param String $name |
| 51 | - * @return void | |
| 51 | + * @return array|false | |
| 52 | 52 | */ |
| 53 | 53 | protected function setTemplate($name = 'Contact Form', $newFormId) |
| 54 | 54 | { |
| 55 | 55 | $name = is_null($name) ? 'Contact Form' : $name; |
| @@ -70,9 +70,9 @@ | ||
| 70 | 70 | |
| 71 | 71 | /** |
| 72 | 72 | * This function helps to get TEMPLATE |
| 73 | 73 | * |
| 74 | - * @return bool setTemplate() | |
| 74 | + * @return array|false | |
| 75 | 75 | */ |
| 76 | 76 | public function getTemplate($name, $newFormId) |
| 77 | 77 | { |
| 78 | 78 | return $this->setTemplate($name, $newFormId); |