Skip to content

Commit

Permalink
Merge pull request #7621 from orklah/reflectionstubs
Browse files Browse the repository at this point in the history
add ReflectionIntersectionType stub
  • Loading branch information
orklah committed Feb 9, 2022
2 parents ba99e77 + 0702a0b commit fb1fd84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stubs/Php81.phpstub
Expand Up @@ -56,6 +56,13 @@ namespace {
*/
public function getBackingValue(): int|string;
}

class ReflectionIntersectionType extends ReflectionType {
/**
* @return non-empty-list<ReflectionType>
*/
public function getTypes() {}
}
}

namespace FTP {
Expand Down

0 comments on commit fb1fd84

Please sign in to comment.