diff --git a/src/Lock/Annotation/Lockable.php b/src/Lock/Annotation/Lockable.php index fccee55e11..00cb811898 100644 --- a/src/Lock/Annotation/Lockable.php +++ b/src/Lock/Annotation/Lockable.php @@ -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,