PrivateBin/lib
Matt Van Horn c5c910a537
Switch to short array syntax (#1640)
Mass-converts all array() literals to [] across lib/, tpl/, tst/ as
discussed in #1640. PHP supports short array syntax since 5.4 and the
project's required PHP version is 7.4+, so this is a pure stylistic
change with no behavior impact.

Also flips the StyleCI configuration so future PRs are checked against
short_array_syntax instead of long_array_syntax. Per @elrido in #1640,
the StyleCI swap and the mass change need to land together so no
branch breaks under the wrong rule.

Generated with `php-cs-fixer fix --rules=array_syntax` against the
.styleci.yml finder paths. 39 files touched, 487 insertions / 487
deletions (every change is a single-token replacement). Verified:

- `php -l` clean on all touched files
- `phpunit` from `tst/`: 230 / 230 tests pass (with 6329 assertions),
  excluding `ControllerWithGcsTest` which fails on PHP 8.5 because of
  an unrelated upstream `google/cloud-core` deprecation. The same 14
  GCS-suite errors reproduce on `master` before this change.

Closes #1640
2026-05-03 05:23:11 -07:00
..
Data Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Exception
Model Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Persistence Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Proxy Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
.htaccess
Configuration.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Controller.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Filter.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
FormatV2.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
I18n.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Json.php
Model.php
Request.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
TemplateSwitcher.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
View.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00
Vizhash16x16.php Switch to short array syntax (#1640) 2026-05-03 05:23:11 -07:00