#687: Added migration command for tags from legacy db #392
pr.yaml
on: pull_request
Markdown Lint
12s
Changelog should be updated
4s
Matrix: php-cs-fixer
Matrix: psalm
Matrix: test-composer-install
Matrix: test-suite
Matrix: validate-doctrine-schema
Annotations
5 errors
Changelog should be updated
Process completed with exit code 1.
|
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.
|