Skip to content

Commit de88992

Browse files
committed
Add @strict-properties attribute
1 parent 6a6e387 commit de88992

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ext/reflection/php_reflection.stub.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,10 @@ public function getCallable(): callable {}
830830
public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT): array {}
831831
}
832832

833-
/** @not-serializable */
833+
/**
834+
* @strict-properties
835+
* @not-serializable
836+
*/
834837
final class ReflectionConstant
835838
{
836839
public function __construct(string $name) {}

ext/reflection/php_reflection_arginfo.h

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

0 commit comments

Comments
 (0)