@@ -526,7 +526,7 @@ |
||
| 526 | 526 | $spellcheckingSuggestions = $suggestions; |
| 527 | 527 | |
| 528 | 528 | if (isset($this->response->spellcheck->collations)) { |
| 529 | - $collections = (array) $this->response->spellcheck->collations; |
|
| 529 | + $collections = (array)$this->response->spellcheck->collations; |
|
| 530 | 530 | $spellcheckingSuggestions['collation'] = $collections['collation']; |
| 531 | 531 | } |
| 532 | 532 | } |