diff options
Diffstat (limited to 'ext/spl/spl_array.stub.php')
-rw-r--r-- | ext/spl/spl_array.stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_array.stub.php b/ext/spl/spl_array.stub.php index 1567d107f2..f6f1427011 100644 --- a/ext/spl/spl_array.stub.php +++ b/ext/spl/spl_array.stub.php @@ -1,6 +1,6 @@ <?php -/** @generate-function-entries */ +/** @generate-class-entries */ class ArrayObject implements IteratorAggregate, ArrayAccess, Serializable, Countable { |