]>
BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchOptionSet.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge pull request #5917 from BookStackApp/copy_references
[bookstack]
/
app
/
Search
/
SearchOptionSet.php
diff --git
a/app/Search/SearchOptionSet.php
b/app/Search/SearchOptionSet.php
index bd5e5a5b222671a737f620ba9513fdf219655c25..844d145e6fcc39f0085435b81c706345d4226924 100644
(file)
--- a/
app/Search/SearchOptionSet.php
+++ b/
app/Search/SearchOptionSet.php
@@
-14,6
+14,9
@@
class SearchOptionSet
*/
protected array $options = [];
+ /**
+ * @param T[] $options
+ */
public function __construct(array $options = [])
{
$this->options = $options;