]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchOptionSet.php
Merge pull request #5917 from BookStackApp/copy_references
[bookstack] / app / Search / SearchOptionSet.php
index bd5e5a5b222671a737f620ba9513fdf219655c25..844d145e6fcc39f0085435b81c706345d4226924 100644 (file)
@@ -14,6 +14,9 @@ class SearchOptionSet
      */
     protected array $options = [];
 
+    /**
+     * @param T[] $options
+     */
     public function __construct(array $options = [])
     {
         $this->options = $options;