Skip to content
Code-Schnipsel Gruppen Projekte
  1. Feb 10, 2025
    • Henning Leutz's avatar
      fix(phpstan): added exception handling for missing html2pdf module in OutputTemplate · 4fbeb229
      verfasst von Henning Leutz
      In OutputTemplate.php, a check has been added to ensure the existence of the
      'QUI\\HtmlToPdf\\Document' class before using it. If the class does not exist, an error message is
      logged, and an exception is thrown indicating that the html2pdf module is missing. This fix is
      aimed at avoiding potential errors that may occur due to the absence of the required module.
      4fbeb229
    • Henning Leutz's avatar
      fix: argument must be of type OutputProviderInterface · 8fe7b2ed
      verfasst von Henning Leutz
      Changed the variable name `$OutputProvider` to `$outputProvider` to adhere to camelCase naming
      standards. Also moved the instantiation of `$outputProvider` inside an if block to prevent
      unnecessary instantiation when `$outputProvider` is empty.
      
      Related: pcsg/kunden/libellio/b2c/core#196
      8fe7b2ed
  2. Feb 04, 2025
  3. Jan 15, 2025
  4. Dez 30, 2024
  5. Dez 28, 2024
  6. Nov 28, 2024
  7. Nov 26, 2024
  8. Nov 19, 2024
  9. Nov 18, 2024
  10. Nov 05, 2024
  11. Nov 04, 2024
  12. Okt 31, 2024
  13. Okt 23, 2024
  14. Okt 18, 2024
  15. Okt 14, 2024
  16. Okt 10, 2024
  17. Sep 18, 2024
  18. Sep 10, 2024
  19. Aug 29, 2024
  20. Aug 27, 2024
  21. Aug 21, 2024
  22. Aug 16, 2024
  23. Aug 12, 2024
Lade