phpvms/app/Http/Controllers
Nabeel Shahzad 2c7f4f5cc9
chore(routeforge): rector NewlineAfterStatement fixes
Two cosmetic blank-line-after-continue fixes flagged by
'vendor/bin/rector --dry-run' on the route-forge change:

- app/Services/RouteForge/Rules/L6OriginEqualsDestination.php
- app/Http/Controllers/Admin/RouteForgeController.php (decorate loop)

Section 9 quality gates green:
- tsc strict: clean
- oxlint (34 files / 93 rules): 0 warnings, 0 errors
- oxfmt: all formatted
- vite build: 113 modules, routeforge entry 26.69 KB gzip
  (Decision 16 budget 60 KB -> 33.31 KB headroom)
- pint --dirty: passed
- phpstan level 5: no errors
- rector dry-run scoped to these 2 files: clean post-fix

Out-of-scope rector findings (19 legacy Laravel-13 attribute migrations
across app/Models/*.php and app/Console/Commands/*.php) shipped on a
separate branch (rector-modernize-legacy).
2026-05-24 11:55:36 -05:00
..
Admin chore(routeforge): rector NewlineAfterStatement fixes 2026-05-24 11:55:36 -05:00
Api refactor(FlightService, PirepService, UserService): replace UserService usage with direct user methods for subfleet and aircraft access 2026-05-23 10:58:36 +02:00
Auth [8.x] refactor: use native php enum instead of class (#2210) 2026-05-12 16:29:41 -05:00
Frontend Merge branch 'main' into refactor-subfleets-filtering 2026-05-23 22:35:50 +02:00