Skip to content

Commit

Permalink
Added FTP\Connection class
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Sep 4, 2021
1 parent 36dfeed commit 08155dc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions stubs/Php81.phpstub
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?php
namespace {
interface UnitEnum {
/** @return non-empty-list<static> */
public static function cases(): array;
}
}

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

0 comments on commit 08155dc

Please sign in to comment.