mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-05 22:43:52 +09:00
Dependency updates and update version number
This commit is contained in:
@@ -23,7 +23,7 @@ class TranslationDumperPass implements CompilerPassInterface
|
||||
private $writerServiceId;
|
||||
private $dumperTag;
|
||||
|
||||
public function __construct($writerServiceId = 'translation.writer', $dumperTag = 'translation.dumper')
|
||||
public function __construct(string $writerServiceId = 'translation.writer', string $dumperTag = 'translation.dumper')
|
||||
{
|
||||
$this->writerServiceId = $writerServiceId;
|
||||
$this->dumperTag = $dumperTag;
|
||||
|
||||
Reference in New Issue
Block a user