Skip to content

Commit 4709c9d

Browse files
committed
Add Deprecated::$message to stub
1 parent 4395ef4 commit 4709c9d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Zend/zend_attributes.stub.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,7 @@ public function __construct() {}
7878
#[Attribute(Attribute::TARGET_METHOD|Attribute::TARGET_FUNCTION)]
7979
final class Deprecated
8080
{
81+
public readonly ?string $message;
82+
8183
public function __construct(?string $message = null) {}
8284
}

Zend/zend_attributes_arginfo.h

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)