Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 04, 2025
    • Henning Leutz's avatar
      Merge branch 'next-2.x' into 'main' · 0911f050
      verfasst von Henning Leutz
      chore(phpstan): update phpstan version and clear phpstan baseline
      
      See merge request !23
      2.1.2
      0911f050
    • Henning Leutz's avatar
      fix(phpstan): improve cron execution and error handling · 73e00022
      verfasst von Henning Leutz
      Summary of changes:
      - Removed redundant PHPDoc from `ExecCrons` class.
      - Ensured the input `cronId` is cast to an integer before calling `runCron` in `ExecCrons` class.
      - Removed extraneous details from PHPDoc in `Manager` class.
      - Added more robust checking for parameters in `Manager` class.
      - Included method existence check for `deactivate` before calling it in `QuiqqerCrons` class.
      
      These changes contribute towards improving cron execution and handling potential errors more
      gracefully.
      
      Related: #57
      73e00022
    • Henning Leutz's avatar
      refactor(phpcs): update type declaration syntax · dde17568
      verfasst von Henning Leutz
      This commit updates the type declaration syntax in the `ExecCrons.php` and `Manager.php` files to
      use a space around the `|` operator for better code readability. This change does not affect the
      functionality of the code. Minor structural change.
      dde17568
    • Henning Leutz's avatar
      chore(phpstan): update phpstan version and clear phpstan baseline · 13b1adea
      verfasst von Henning Leutz
      Updated the version of `phpstan` in `.phive/phars.xml` to `1.*` and installed `1.12.13`. Removed
      the specific lines of ignored errors in `phpstan-baseline.neon` to keep it clean and avoid masking
      significant errors. Now, `phpstan` will provide better and more specific coding style issues and
      potential bugs.
      13b1adea
  2. Sep 12, 2024
  3. Aug 22, 2024
  4. Aug 05, 2024
  5. Jun 11, 2024
  6. Mai 16, 2024
  7. Mai 10, 2024
  8. Mai 06, 2024
  9. Mai 02, 2024
  10. Mai 01, 2024
  11. Apr 29, 2024
  12. Apr 25, 2024
    • Henning Leutz's avatar
      feat!: quiqqer v2 · 41de345c
      verfasst von Henning Leutz
      BREAKING CHANGE: quiqqer v2 has been renamed to quiqqer/core. a new major version will be created here so that we can still develop for both versions.
      41de345c
  13. Apr 24, 2024
  14. Apr 18, 2024