mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 10:18:56 +02:00
Fixed some inspection issues
This commit is contained in:
parent
33475dca66
commit
42e604245c
85 changed files with 272 additions and 291 deletions
|
@ -35,6 +35,9 @@ abstract class AbstractMultiPlatformMigration extends AbstractMigration
|
|||
final public const ADMIN_PW_LENGTH = 10;
|
||||
protected string $admin_pw = '';
|
||||
|
||||
/** @noinspection SenselessProxyMethodInspection
|
||||
* This method is required to redefine the logger type hint to protected
|
||||
*/
|
||||
public function __construct(Connection $connection, protected LoggerInterface $logger)
|
||||
{
|
||||
parent::__construct($connection, $logger);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue