Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] Ensures MigrationCreator::create receives $create as a boolean #13439

Merged
merged 1 commit into from
May 5, 2016
Merged

[5.2] Ensures MigrationCreator::create receives $create as a boolean #13439

merged 1 commit into from
May 5, 2016

Conversation

vlakoff
Copy link
Contributor

@vlakoff vlakoff commented May 5, 2016

Follow-up to #13409.

Previously, $create could also be:

  • null if no --create argument
  • a string if argument was --create=tablename

In both cases, MigrationCreator::create was receiving it as so, and the code was working because of loose typing.


Refs #2528, c30a4cb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants