Skip to content

Tags: friendsofhyperf/lock

Tags

v3.1.77

Toggle v3.1.77's commit message
AbstractLock use Macroable (#1045)

* AbstractLock use Macroable

* Update docs and translate

* add composer dependencies

---------

Co-authored-by: tw2066 <[email protected]>

v3.2.0-beta.1

Toggle v3.2.0-beta.1's commit message
refactor: 移除 optional() 调用,直接释放锁

v3.1.76

Toggle v3.1.76's commit message
refactor: 移除 optional() 调用,直接释放锁

v3.2.0-alpha.6

Toggle v3.2.0-alpha.6's commit message
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.

v3.1.75

Toggle v3.1.75's commit message
Update documentation URLs to docs.hdj.me

Replaced all references to hyperf.fans with docs.hdj.me in README files, composer.json support sections, scripts, and configuration files to reflect the new official documentation site.

v3.2.0-alpha.5

Toggle v3.2.0-alpha.5's commit message
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]>

v3.2.0-alpha.1

Toggle v3.2.0-alpha.1's commit message
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.

v3.1.69

Toggle v3.1.69's commit message
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]>

v3.1.53

Toggle v3.1.53's commit message
Format codes

v3.1.48

Toggle v3.1.48's commit message
Adds docs to composer.json