Skip to content

Commit ceb6808

Browse files
committed
Missing declaration
1 parent b89c5e4 commit ceb6808

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

controller/search.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ class search
4848
/** @var type_collection */
4949
protected $types;
5050

51+
/** @var \phpbb\titania\config\config */
52+
protected $ext_config;
53+
5154
/** @var \phpbb\titania\display */
5255
protected $display;
5356

@@ -72,7 +75,10 @@ class search
7275
/** @var string */
7376
protected $contribs_table;
7477

75-
const SEARCH_ALL = 0;
78+
/** @var string[] */
79+
protected $search_types;
80+
81+
protected const SEARCH_ALL = 0;
7682

7783
/**
7884
* Constructor

0 commit comments

Comments
 (0)