Skip to content

Commit 10f7668

Browse files
committed
Update stubs
1 parent a27ad72 commit 10f7668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/ext/zend_test/ZendTestStringEnum.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ enum ZendTestStringEnum : string
66
case Foo = "Test1";
77
case Bar = "Test2";
88
case Baz = "Test2\\a";
9+
case FortyTwo = "42";
910
}

0 commit comments

Comments
 (0)