mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-26 18:21:02 +00:00
Migrate to readonly properties
This commit is contained in:
parent
a107773c11
commit
ca018c77e3
71 changed files with 203 additions and 199 deletions
|
@ -11,10 +11,10 @@ use Doctrine\Migrations\Version\MigrationFactory;
|
|||
class MigrationFactoryDecorator implements MigrationFactory
|
||||
{
|
||||
public function __construct(
|
||||
private MigrationFactory $migrationFactory,
|
||||
private string $tablePrefix,
|
||||
private array $defaultIgnoreOriginInstanceRules,
|
||||
private string $fetchingErrorMessage,
|
||||
private readonly MigrationFactory $migrationFactory,
|
||||
private readonly string $tablePrefix,
|
||||
private readonly array $defaultIgnoreOriginInstanceRules,
|
||||
private readonly string $fetchingErrorMessage,
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue