Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 16, 2025
    • Henning Leutz's avatar
      fix(phpstan): remove unreachable branches and add method existence checks · afb95504
      verfasst von Henning Leutz
      This commit removes unreachable 'else' branches and irrelevant PHPStan error messages from the
      PHPStan configuration file. It also updates the `InvoiceView` and `OutputProviderInvoice` classes
      to add checks for the existence of methods before invoking them. This prevents runtime errors in
      cases where the methods do not exist.
      
      Related: #153
      afb95504
  2. Feb 14, 2025
    • Henning Leutz's avatar
      refactor(phpstan): phpstan errors across multiple files · a545b5c8
      verfasst von Henning Leutz
      This commit addresses numerous PHPStan errors and warnings throughout different files in the
      application. The changes include correcting faulty type expectations, reorganizing code sections
      for readability and better functionality, and making sure function parameters satisfy required type
      constraints. This enhances the overall code quality, readability, and maintainability.
      a545b5c8
    • Henning Leutz's avatar
      chore: correct class reference case in phpstan-baseline.neon · 1948bd97
      verfasst von Henning Leutz
      Resolves an issue where QUI\\\\Database\\\\Exception was incorrectly referenced as
      QUI\\\\DataBase\\\\Exception in phpstan-baseline.neon. It also removes the affected code for
      cleaner modification.
      1948bd97
  3. Aug 07, 2024
  4. Aug 02, 2024
  5. Mai 02, 2024
Lade