1
0
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:
orklah 2021-12-14 20:04:33 +01:00
parent dcb5234b69
commit 93689c2860

View File

@ -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