1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/stubs/Php81.phpstub
2021-10-04 12:57:12 +02:00

22 lines
347 B
Plaintext

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