mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Merge pull request #7621 from orklah/reflectionstubs
add ReflectionIntersectionType stub
This commit is contained in:
commit
fb1fd8429f
@ -56,6 +56,13 @@ namespace {
|
||||
*/
|
||||
public function getBackingValue(): int|string;
|
||||
}
|
||||
|
||||
class ReflectionIntersectionType extends ReflectionType {
|
||||
/**
|
||||
* @return non-empty-list<ReflectionType>
|
||||
*/
|
||||
public function getTypes() {}
|
||||
}
|
||||
}
|
||||
|
||||
namespace FTP {
|
||||
|
Loading…
Reference in New Issue
Block a user