From 3cb52447bb31e4361f85923af2c52d6659267c73 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 15 Jun 2021 23:06:06 +0100 Subject: [PATCH] chore: adjusts type checker --- phpstan.neon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index f01035a2..a32cf76a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -24,7 +24,7 @@ parameters: message: '#Call to an undefined method PHPUnit\\Framework\\Test::getName\(\)#' path: src/Logging - - message: '#invalid typehint type Pest\\Concerns\\TestCase#' + message: '#invalid typehint type Pest\\Concerns\\Testable#' path: src/Logging - message: '#is not subtype of native type PHPUnit\\Framework\\Test#'