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:
@@ -13,7 +13,7 @@ $SIDEBAR_DATA ='
|
||||
</div>
|
||||
';
|
||||
|
||||
site_header("Operating System Preparation", array("current" => "community"));
|
||||
site_header("Operating System Preparation", ["current" => "community"]);
|
||||
|
||||
?>
|
||||
<h2 id="os-prep" class="content-header">Operating System Preparation</h2>
|
||||
@@ -172,6 +172,6 @@ site_header("Operating System Preparation", array("current" => "community"));
|
||||
</p>
|
||||
</div>
|
||||
<?php
|
||||
site_footer(array('sidebar'=>$SIDEBAR_DATA));
|
||||
site_footer(['sidebar'=>$SIDEBAR_DATA]);
|
||||
|
||||
/* vim: set et ts=4 sw=4 ft=php: : */
|
||||
|
||||
Reference in New Issue
Block a user