mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
add isStatic in stubs to solve the issue
This commit is contained in:
parent
dcb5234b69
commit
93689c2860
@ -99,6 +99,8 @@ class ReflectionMethod implements Reflector
|
||||
* @return array<ReflectionAttribute<TClass>>
|
||||
*/
|
||||
public function getAttributes(?string $name = null, int $flags = 0): array {}
|
||||
|
||||
public function isStatic(): bool {}
|
||||
}
|
||||
|
||||
class ReflectionClassConstant
|
||||
|
Loading…
Reference in New Issue
Block a user