Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 22, 2025
    • Henning Leutz's avatar
      chore: update phpstan configuration file · 2ab12e56
      verfasst von Henning Leutz
      The commit modifies the phpstan.dist.neon configuration file. The changes include removing the
      excludePaths section and adjusting the end of the file to not have a new line. This simplification
      will better suit our testing environment.
      2ab12e56
    • Henning Leutz's avatar
      fix: update phpstan config and add condition to package setup in src/QUI/ERP/Coupons/Events.php · 749db82c
      verfasst von Henning Leutz
      This commit includes a minor modification in the `phpstan.dist.neon` file where the `excludePaths`
      value has been updated. Besides, a conditional check has been added in the `onPackageSetup`
      function, under `Events.php` in the `src/QUI/ERP/Coupons` directory, to only proceed if the package
      name is 'quiqqer/coupons'. This additional check generally improves the efficiency and correctness
      of the package setup process.
      749db82c
    • Henning Leutz's avatar
      chore(phpstan): exclude problematic file from phpstan analysis · 7e2e2aea
      verfasst von Henning Leutz
      This commit modifies the phpstan.dist.neon to exclude the DigitalCouponProductType.php file from
      being analyzed by PHPStan. This was necessary due to consistent unresolvable errors.
      7e2e2aea
  2. Aug 02, 2024
  3. Mai 01, 2024
Lade