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:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'security-note.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
site_header("A Note on Security in PHP", array("current" => "docs"));
|
||||
site_header("A Note on Security in PHP", ["current" => "docs"]);
|
||||
?>
|
||||
|
||||
<h1>A Note on Security in PHP</h1>
|
||||
|
||||
Reference in New Issue
Block a user