Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 25, 2023
1 parent f0cb4b2 commit fe052af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Lock/Annotation/Lockable.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE)]
class Lockable extends Base
{
/**
* @param callable|array|null $afterLock
*/
public function __construct(
?array $__data = null,
?string $id = null,
Expand Down

0 comments on commit fe052af

Please sign in to comment.