We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89c5e4 commit ceb6808Copy full SHA for ceb6808
1 file changed
controller/search.php
@@ -48,6 +48,9 @@ class search
48
/** @var type_collection */
49
protected $types;
50
51
+ /** @var \phpbb\titania\config\config */
52
+ protected $ext_config;
53
+
54
/** @var \phpbb\titania\display */
55
protected $display;
56
@@ -72,7 +75,10 @@ class search
72
75
/** @var string */
73
76
protected $contribs_table;
74
77
- const SEARCH_ALL = 0;
78
+ /** @var string[] */
79
+ protected $search_types;
80
81
+ protected const SEARCH_ALL = 0;
82
83
/**
84
* Constructor
0 commit comments