Skip to content

Commit ceef443

Browse files
committed
ignore PHPStan error
1 parent 5e8572c commit ceef443

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
parameters:
2+
reportUnmatchedIgnoredErrors: false
23
bootstrapFiles:
34
- tests\Helpers\classAliases.php
45
paths:

src/GuzzleFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ protected function getStack(): HandlerStack
5252

5353
foreach ($this->getLoggers() as $logger) {
5454
/** @var 'alert'|'critical'|'debug'|'emergency'|'error'|'info'|'notice'|'warning' $logLevelName */
55+
/** @phpstan-ignore-next-line */
5556
$logLevelName = Logger::getLevelName($this->getMessageLevel());
5657
$stack->push(
5758
Middleware::log(

0 commit comments

Comments
 (0)