Skip to content

Commit 1d72877

Browse files
authored
Fix: Add parameter type declaration (#857)
1 parent 269cfd5 commit 1d72877

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
@@ -481,7 +481,7 @@ function site_header($title = 'Hypertext Preprocessor', $config = []): void
481481

482482
require __DIR__ . "/header.inc";
483483
}
484-
function site_footer($config = []): void
484+
function site_footer(array $config = []): void
485485
{
486486
require __DIR__ . "/footer.inc";
487487
}

0 commit comments

Comments
 (0)