1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/stubs/Php81.phpstub
2021-09-04 23:45:21 +03:00

12 lines
193 B
Plaintext

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