Passed
Push — main ( 7b5e92...e72088 )
by Ricards
03:46 queued 17s
created
src/Helpers/speller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.