Skip to content

Commit 6d84e16

Browse files
committed
Update stubs
1 parent d9dd6bf commit 6d84e16

File tree

213 files changed

+127
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+127
-226
lines changed

stubs/Zend/debug_backtrace.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<int, array>
54
* @refcount 1
65
*/
76
function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0) : array

stubs/Zend/func_get_args.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

3-
/** @return array<int, mixed> */
3+
/**
4+
*
5+
*/
46
function func_get_args() : array
57
{
68
}

stubs/Zend/gc_status.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<string, int>
54
* @refcount 1
65
*/
76
function gc_status() : array

stubs/Zend/get_class_methods.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<int, string>
54
* @refcount 1
65
*/
76
function get_class_methods(object|string $object_or_class) : array

stubs/Zend/get_class_vars.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<string, mixed|ref>
54
* @refcount 1
65
*/
76
function get_class_vars(string $class) : array

stubs/Zend/get_declared_classes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<int, string>
54
* @refcount 1
65
*/
76
function get_declared_classes() : array

stubs/Zend/get_declared_interfaces.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<int, string>
54
* @refcount 1
65
*/
76
function get_declared_interfaces() : array

stubs/Zend/get_declared_traits.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
<?php
22

33
/**
4-
* @return array<int, string>
54
* @refcount 1
6-
*/
5+
*/
76
function get_declared_traits() : array
87
{
98
}

stubs/Zend/get_defined_constants.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<string, mixed>
54
* @refcount 1
65
*/
76
function get_defined_constants(bool $categorize = false) : array

stubs/Zend/get_defined_functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
/**
4-
* @return array<string, array>
54
* @refcount 1
65
*/
76
function get_defined_functions(bool $exclude_disabled = true) : array

0 commit comments

Comments
 (0)