Skip to content

Commit 2a43614

Browse files
authored
Fix: Add parameter type declarations (#866)
1 parent 786d1c5 commit 2a43614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/layout.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ EOT;
447447
return $retval;
448448
}
449449

450-
function site_header($title = 'Hypertext Preprocessor', $config = []): void
450+
function site_header(string $title = 'Hypertext Preprocessor', array $config = []): void
451451
{
452452
global $MYSITE;
453453

0 commit comments

Comments
 (0)