whisper-money/app/Contracts
Víctor Falcón e5c180d014 fix: satisfy larastan on connection-accounts (dead null-coalesce, nullsafe)
- getSession PHPDoc now declares the optional accounts_data the real API
  returns; discover prefers it and falls back to accounts.
- Drop dead ?? fallbacks flagged at level 5 and avoid nullsafe on a
  non-nullable expression.
2026-06-18 15:59:22 +02:00
..
BankingConnectionSyncer.php refactor(banking): scalable per-provider sync via a syncer factory (#545) 2026-06-16 16:25:29 +02:00
BankingProviderInterface.php fix: satisfy larastan on connection-accounts (dead null-coalesce, nullsafe) 2026-06-18 15:59:22 +02:00