1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable array_indentation fixer

Closes GH-634.
This commit is contained in:
Andreas Möller
2022-07-12 12:25:12 +02:00
committed by GitHub
parent 16fd981d27
commit aab787eb10
6 changed files with 125 additions and 123 deletions

View File

@@ -27,11 +27,11 @@ $SIDEBAR_DATA = '
site_header("Using Git for PHP Development", array("current" => "community"));
$groups = array(
"none" => "Choose One",
"php" => "PHP Group",
"pear" => "PEAR Group",
"pecl" => "PECL Group",
"doc" => "Doc Group",
"none" => "Choose One",
"php" => "PHP Group",
"pear" => "PEAR Group",
"pecl" => "PECL Group",
"doc" => "Doc Group",
);
?>