]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Tools/SearchOptions.php
Split out codemirror JS to its own module
[bookstack] / app / Entities / Tools / SearchOptions.php
index 9f1b9742d5a4ca773b8dccc16426528d76b7ad4b..99271058e2306412d10d14b76a888c8ecd70d371 100644 (file)
@@ -124,7 +124,6 @@ class SearchOptions
         return $terms;
     }
 
-
     /**
      * Parse a standard search term string into individual search terms and
      * extract any exact terms searches to be made.
@@ -136,7 +135,7 @@ class SearchOptions
         $terms = explode(' ', $termString);
         $indexDelimiters = SearchIndex::$delimiters;
         $parsed = [
-            'terms' => [],
+            'terms'  => [],
             'exacts' => [],
         ];