#687: Added migration command for tags from legacy db #393
pr.yaml
on: pull_request
Markdown Lint
8s
Changelog should be updated
7s
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: test-suite
Matrix: validate-doctrine-schema
Annotations
4 errors
UndefinedVariable:
src/Command/Migrate/MigrateTagsCommand.php#L52
src/Command/Migrate/MigrateTagsCommand.php:52:25: UndefinedVariable: Cannot find referenced variable $view (see https://psalm.dev/024)
|
PossiblyUndefinedVariable:
src/Command/Migrate/MigrateTagsCommand.php#L53
src/Command/Migrate/MigrateTagsCommand.php:53:41: PossiblyUndefinedVariable: Possibly undefined variable $path defined in try block (see https://psalm.dev/018)
|
PossiblyUndefinedVariable:
src/Command/Migrate/MigrateTagsCommand.php#L61
src/Command/Migrate/MigrateTagsCommand.php:61:45: PossiblyUndefinedVariable: Possibly undefined variable $path defined in try block (see https://psalm.dev/018)
|
Psalm static analysis (8.3)
Process completed with exit code 2.
|