mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
Merge pull request #9052 from kukulich/patch-5
Fix `ReflectionMethod::getModifiers()` stub
This commit is contained in:
commit
f978594157
@ -574,7 +574,7 @@ class ReflectionMethod extends ReflectionFunctionAbstract
|
||||
* @return int-mask-of<ReflectionMethod::IS_*>
|
||||
* @psalm-pure
|
||||
*/
|
||||
public function getModifiers(): bool {}
|
||||
public function getModifiers(): int {}
|
||||
|
||||
/** @psalm-pure */
|
||||
public function getDeclaringClass(): ReflectionClass {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user