From db4d74648f556cfcf7f62b086aaa7dbb1f56fc1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Wed, 6 Dec 2023 15:08:55 +0100 Subject: [PATCH] Remove indentation in array arguments (#860) --- conferences/index.php | 12 +++++------- elephpant.php | 8 +++----- index.php | 12 +++++------- sites.php | 10 ++++------ 4 files changed, 17 insertions(+), 25 deletions(-) diff --git a/conferences/index.php b/conferences/index.php index 64a9009ce..a24f52db6 100644 --- a/conferences/index.php +++ b/conferences/index.php @@ -50,10 +50,8 @@ $content .= ""; echo $content; -site_footer( - [ - "atom" => "/feed.atom", - "elephpants" => true, - "sidebar" => $panels, - ] -); +site_footer([ + "atom" => "/feed.atom", + "elephpants" => true, + "sidebar" => $panels, +]); diff --git a/elephpant.php b/elephpant.php index d9d54765e..b0b1ac54e 100644 --- a/elephpant.php +++ b/elephpant.php @@ -35,8 +35,6 @@ site_header("ElePHPant", ["current" => "footer"]); true - ] -); +site_footer([ + 'elephpants' => true +]); diff --git a/index.php b/index.php index 820b9e1b7..721821dab 100644 --- a/index.php +++ b/index.php @@ -225,10 +225,8 @@ $announcements SIDEBAR_DATA; // Print the common footer. -site_footer( - [ - "atom" => "/feed.atom", // Add a link to the feed at the bottom - 'elephpants' => true, - 'sidebar' => $SIDEBAR - ] -); +site_footer([ + "atom" => "/feed.atom", // Add a link to the feed at the bottom + 'elephpants' => true, + 'sidebar' => $SIDEBAR +]); diff --git a/sites.php b/sites.php index 71df70c4e..56e3b703c 100644 --- a/sites.php +++ b/sites.php @@ -189,7 +189,7 @@ site_header("A Tourist's Guide", ["current" => "help"]);

windows.php.net: PHP for Windows

- This site is dedicated to supporting PHP on Microsoft Windows. + This site is dedicated to supporting PHP on Microsoft Windows. It also supports ports of PHP extensions or features as well as providing special builds for the various Windows architectures.

@@ -222,8 +222,6 @@ $SIDEBAR = << $SIDEBAR - ] -); +site_footer([ + 'sidebar' => $SIDEBAR +]);