Skip to content

Commit 78c3348

Browse files
committed
Update stubs
1 parent 118946e commit 78c3348

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

stubs/ext/zend_test/_ZendTestClass.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ class _ZendTestClass
66
public static function is_object() : int
77
{
88
}
9-
/** @deprecated */
10-
public function __toString() : string
9+
/**
10+
* @deprecated
11+
* @return string
12+
*/
13+
public function __toString()
1114
{
1215
}
1316
public function returnsStatic() : static

0 commit comments

Comments
 (0)