@@ -3,7 +3,7 @@ |
||
3 | 3 | use Fecony\YandexSpeller\YandexSpeller; |
4 | 4 | use Illuminate\Http\JsonResponse; |
5 | 5 | |
6 | -if (! function_exists('speller')) { |
|
6 | +if (!function_exists('speller')) { |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Checks spelling in the specified $text passage. |