Skip to content

Commit bc43418

Browse files
committed
Add cloudevent deprecation docblock
Signed-off-by: Hendrik Heil <[email protected]>
1 parent 2ed6bcb commit bc43418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/PubSub/CloudEvent.php

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/**
1515
* Class CloudEvent
1616
* @package Dapr\PubSub
17+
* @deprecated 1.3.0 Replaced by cloudevents/sdk-php
1718
*/
1819
#[Deprecated(since: '1.3.0', replacement: \CloudEvents\V1\CloudEvent::class)]
1920
class CloudEvent implements IDeserialize

0 commit comments

Comments
 (0)