1
0
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:
Matthew Brown 2016-12-03 20:44:04 -05:00
parent 3159d4e7aa
commit ae16353f94
2 changed files with 2 additions and 0 deletions

View File

@ -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()
{

View File

@ -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()
{