Tags: friendsofhyperf/lock
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]>
Standardize nullable type hints to 'null|Type' order Refactors type hints and docblocks across the codebase to consistently use the 'null|Type' order for nullable types, improving code readability and alignment with modern PHP standards. No functional changes are introduced; this is a documentation and type annotation update only.
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]>
PreviousNext