mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659.
This commit is contained in:
@@ -45,13 +45,13 @@ if (!empty($_FORM['pattern'])) {
|
||||
else {
|
||||
|
||||
// Print out common header
|
||||
$link = array(
|
||||
$link = [
|
||||
"rel" => "search",
|
||||
"type" => "application/opensearchdescription+xml",
|
||||
"href" => $MYSITE . "phpnetimprovedsearch.src",
|
||||
"title" => "Add PHP.net search"
|
||||
);
|
||||
site_header("Search", array("link" => array($link), "current" => "help"));
|
||||
];
|
||||
site_header("Search", ["link" => [$link], "current" => "help"]);
|
||||
|
||||
google_cse();
|
||||
site_footer();
|
||||
|
||||
Reference in New Issue
Block a user