Tags: friendsofhyperf/notification
Tags
Update documentation links to docs.hdj.me Replaced all references to hyperf.fans with docs.hdj.me in documentation, configuration, and composer.json files to reflect the new official documentation site.
Update composer.json keywords to v3.2 Replaces 'v3.1' with 'v3.2' in the keywords array across multiple composer.json files to reflect the new version. This ensures consistency and accurate version tagging for all related packages. Co-Authored-By: copilot-swe-agent[bot] <[email protected]> Co-Authored-By: huangdijia <[email protected]>
Update PHPStan baseline and add doc improvements Expanded the phpstan-baseline.neon to cover new type and PHPDoc issues, improving static analysis coverage. Added a return type annotation to DatabaseNotification::newCollection and suppressed a PHPStan warning in RefreshToken::getAccessToken for better code clarity. Co-Authored-By: Deeka Wong <[email protected]> Co-Authored-By: Copilot <[email protected]>
Update PHPStan baseline and add doc improvements Expanded the phpstan-baseline.neon to cover new type and PHPDoc issues, improving static analysis coverage. Added a return type annotation to DatabaseNotification::newCollection and suppressed a PHPStan warning in RefreshToken::getAccessToken for better code clarity. Co-Authored-By: Deeka Wong <[email protected]> Co-Authored-By: Copilot <[email protected]>
chore(deps): update huangdijia/php-coding-standard to ^2.4 (#911) * chore(deps): update huangdijia/php-coding-standard to ^2.4 Updates the PHP coding standard package from ^2.0 to ^2.4 to get the latest improvements and fixes. * style: apply PHP coding standard fixes after updating to ^2.4 Reorders union types to follow null-first convention and applies other code style improvements as required by the updated huangdijia/php-coding-standard package. This commit includes automatic fixes across multiple components: - Union type reordering (Type|null → null|Type) - Consistent formatting and style improvements - No functional changes, only code style compliance --------- Co-authored-by: Deeka Wong <[email protected]>
chore: fix naming/spelling; rename DatabaseMessages→DatabaseMessage (… …BC alias) (#892) * chore: fix naming/spelling; rename DatabaseMessages→DatabaseMessage (BC alias) - Replace 'Not Support job type.' with 'Unsupported job type.' - Correct 'will removed' → 'will be removed' in deprecations - Improve ReCaptcha not published message - Deprecate EntryType::SCHEDULED_TASK as alias of SCHEDULE - Rename DatabaseMessages to DatabaseMessage; update tests; add class_alias for BC - Tweak cache ConfigProvider comments * fix: update deprecation notice for DatabaseMessages class * refactor: remove DatabaseMessages class and update deprecation notice for DatabaseMessage --------- Co-authored-by: Deeka Wong <[email protected]>
PreviousNext