summaryrefslogtreecommitdiff
path: root/include/controls.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/controls.php')
-rwxr-xr-xinclude/controls.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/controls.php b/include/controls.php
index 2fa797dbc..b2e71d174 100755
--- a/include/controls.php
+++ b/include/controls.php
@@ -155,8 +155,8 @@
/**
* @param array<string, mixed> $attributes
*/
- function select_feeds_cats(string $name, int $default_id = null, array $attributes = [],
- bool $include_all_cats = true, string $root_id = null, int $nest_level = 0, string $id = ""): string {
+ function select_feeds_cats(string $name, ?int $default_id = null, array $attributes = [],
+ bool $include_all_cats = true, ?string $root_id = null, int $nest_level = 0, string $id = ""): string {
$ret = "";