mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/17176] Ignore useless override check
PHPBB3-17176
This commit is contained in:
@@ -24,7 +24,7 @@ class error_handler extends ErrorHandler
|
|||||||
/**
|
/**
|
||||||
* @psalm-suppress MethodSignatureMismatch
|
* @psalm-suppress MethodSignatureMismatch
|
||||||
*/
|
*/
|
||||||
public function __construct(BufferingLogger $bootstrappingLogger = null, private readonly bool $debug = false)
|
public function __construct(BufferingLogger $bootstrappingLogger = null, private readonly bool $debug = false) // phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
|
||||||
{
|
{
|
||||||
parent::__construct($bootstrappingLogger, $debug);
|
parent::__construct($bootstrappingLogger, $debug);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user