diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon index 4025d49..021462b 100644 --- a/phpstan-baseline.neon +++ b/phpstan-baseline.neon @@ -5,6 +5,11 @@ parameters: count: 1 path: src/Collectors/ApplicationCollector.php + - + message: "#^Call to an undefined method Illuminate\\\\Contracts\\\\Foundation\\\\Application\\:\\:terminating\\(\\)\\.$#" + count: 1 + path: src/Commands/TestCommand.php + - message: "#^Method Guanguans\\\\LaravelExceptionNotify\\\\DefaultNotifyClientExtender\\:\\:__invoke\\(\\) should return Guanguans\\\\Notify\\\\Foundation\\\\Client but returns Guanguans\\\\Notify\\\\Foundation\\\\Concerns\\\\HasHttpClient\\.$#" count: 1 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 7c4f77a..de09bd5 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -25,11 +25,11 @@ - - - + + +