Completed
Pull Request — master (#12)
by Adam
03:18
created
src/BestServedCold/LaravelZendSearch/Laravel/Index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     private function handleFilter($switch, $filter, Filesystem $filesystem)
43 43
     {
44
-        if ($filter === 'StopWords' && ! is_array($switch)) {
44
+        if ($filter === 'StopWords' && !is_array($switch)) {
45 45
             Filter::addStopWordFilter($switch === true ? 'en' : $switch, $filesystem);
46 46
         } else {
47 47
             Filter::addFilter($filter, $switch === true ? [] : [$switch]);
Please login to merge, or discard this patch.