mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Suppress a couple more issues
This commit is contained in:
parent
3159d4e7aa
commit
ae16353f94
@ -1305,6 +1305,7 @@ abstract class ClassLikeChecker extends SourceChecker implements StatementsSourc
|
||||
*
|
||||
* @return array<string, array<string, string>>
|
||||
* @psalm-suppress MixedInferredReturnType as the use of require buggers things up
|
||||
* @psalm-suppress MixedArgument also buggered
|
||||
*/
|
||||
protected static function getPropertyMap()
|
||||
{
|
||||
|
@ -645,6 +645,7 @@ class FunctionChecker extends FunctionLikeChecker
|
||||
*
|
||||
* @return array<array<string, string>>
|
||||
* @psalm-suppress MixedInferredReturnType as the use of require buggers things up
|
||||
* @psalm-suppress MixedArgument also buggered
|
||||
*/
|
||||
protected static function getCallMap()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user