Skip to content

Commit 08155dc

Browse files
committed
Added FTP\Connection class
1 parent 36dfeed commit 08155dc

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎stubs/Php81.phpstub‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<?php
2+
namespace {
3+
interface UnitEnum {
4+
/** @return non-empty-list<static> */
5+
public static function cases(): array;
6+
}
7+
}
28

3-
interface UnitEnum {
4-
/** @return non-empty-list<static> */
5-
public static function cases(): array;
9+
namespace FTP {
10+
final class Connection {}
611
}

0 commit comments

Comments
 (0)