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

@@ -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'