From 21a9c6db982d1a91ec4178fe177c0a263e2fff89 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 6 Sep 2019 11:06:30 +0200 Subject: [PATCH] #3120 marked `InvocationMocker#will() : self` return type mismatch as false positive The method `InvocationMocker#will()` is LSP-compliant with the parent types, but a bug in psalm reports it as a false positive. Ref: https://github.com/vimeo/psalm/issues/2102 --- .psalm/baseline.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.psalm/baseline.xml b/.psalm/baseline.xml index f2921f58dd7..809e61c6d83 100644 --- a/.psalm/baseline.xml +++ b/.psalm/baseline.xml @@ -97,6 +97,9 @@ self + + InvocationMocker + registerId