@@ -173,9 +173,9 @@ |
||
| 173 | 173 | |
| 174 | 174 | /** |
| 175 | 175 | * @param $textParts |
| 176 | - * @param $variables |
|
| 177 | - * @param $haveVariables |
|
| 178 | - * @param $terms |
|
| 176 | + * @param integer $variables |
|
| 177 | + * @param integer $haveVariables |
|
| 178 | + * @param integer $terms |
|
| 179 | 179 | * @return string |
| 180 | 180 | */ |
| 181 | 181 | protected function formatting($textParts, $variables, $haveVariables, $terms) |
@@ -166,6 +166,9 @@ |
||
| 166 | 166 | return $this->toRenderTypeValue; |
| 167 | 167 | } |
| 168 | 168 | |
| 169 | + /** |
|
| 170 | + * @param \stdClass $data |
|
| 171 | + */ |
|
| 169 | 172 | private function renderPage($data) |
| 170 | 173 | { |
| 171 | 174 | if (empty($data->page)) { |