Skip to content

refactor: migrate migrate and migrate:* commands as modern commands#10265

Open
paulbalandan wants to merge 1 commit into
codeigniter4:4.8from
paulbalandan:migrate-migration
Open

refactor: migrate migrate and migrate:* commands as modern commands#10265
paulbalandan wants to merge 1 commit into
codeigniter4:4.8from
paulbalandan:migrate-migration

Conversation

@paulbalandan
Copy link
Copy Markdown
Member

Description
Follow up to #10120

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value (without duplication)
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@github-actions github-actions Bot added the 4.8 PRs that target the `4.8` branch. label Jun 1, 2026
@paulbalandan paulbalandan added the refactor Pull requests that refactor code label Jun 1, 2026

$runner->setNamespace($namespace);
$history = $runner->getHistory((string) $paramGroup);
$history = $runner->getHistory($group);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The $group option is reused as the rendered row value below, and this may cause problems. Can we use a different variable here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.8 PRs that target the `4.8` branch. refactor Pull requests that refactor code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants