summaryrefslogtreecommitdiff
path: root/Zend/zend_weakrefs.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_weakrefs.stub.php')
-rw-r--r--Zend/zend_weakrefs.stub.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/Zend/zend_weakrefs.stub.php b/Zend/zend_weakrefs.stub.php
index c341e0a463..e8c0c3c92d 100644
--- a/Zend/zend_weakrefs.stub.php
+++ b/Zend/zend_weakrefs.stub.php
@@ -1,7 +1,8 @@
<?php
-/** @generate-function-entries */
+/** @generate-class-entries */
+/** @strict-properties */
final class WeakReference
{
public function __construct() {}
@@ -11,6 +12,7 @@ final class WeakReference
public function get(): ?object {}
}
+/** @strict-properties */
final class WeakMap implements ArrayAccess, Countable, IteratorAggregate
{
/**