1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/stubs/Php81.phpstub

7 lines
115 B
Plaintext
Raw Normal View History

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