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:
10
git-php.php
10
git-php.php
@@ -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",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user