mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Add "enum." to manual search sections (#1238)
This commit is contained in:
@@ -189,7 +189,7 @@ function get_available_sqlites() {
|
||||
// Get all manual prefix search sections
|
||||
function get_manual_search_sections() {
|
||||
return [
|
||||
"", "book.", "ref.", "function.", "class.",
|
||||
"", "book.", "ref.", "function.", "class.", "enum.",
|
||||
"features.", "control-structures.", "language.",
|
||||
"about.", "faq.",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user