Commits auf Quelle (4)
-
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.
-
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.
-
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
-
verfasst von Henning Leutz
chore(phpstan): update phpstan version and clear phpstan baseline See merge request !23