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:
@@ -160,10 +160,10 @@ for ($i = 1; $i <= 12; $i++) {
|
||||
|
||||
// Possibilities to recur
|
||||
$re = array(
|
||||
1 => 'First',
|
||||
2 => 'Second',
|
||||
3 => 'Third',
|
||||
4 => 'Fourth',
|
||||
1 => 'First',
|
||||
2 => 'Second',
|
||||
3 => 'Third',
|
||||
4 => 'Fourth',
|
||||
-1 => 'Last',
|
||||
-2 => '2nd Last',
|
||||
-3 => '3rd Last'
|
||||
|
||||
Reference in New Issue
Block a user