-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add types to Schema namespace #3565
Conversation
8449ce3
to
dc2a3ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Besides the need to introduce array_values()
, looks solid. I'll see if I can run some more consistency checks on the changes later.
tests/Doctrine/Tests/DBAL/Functional/Driver/AbstractDriverTest.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The recent changes look fine. We're almost there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 👍 Size-wise, this is about 25% of the remaining type-related changes. In one shot!
Platforms has a bullseye on it now! |
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
Add types to Schema namespace
1. `SqliteSchemaManager#_getPortableTableColumnList()` was mistakenly marked `@deprecated` instead of `#_getPortableTableIndexDefinition()` in doctrine#3565. 2. `OracleSchemaManager#_getPortableDatabaseDefinition()` was mistakenly marked `@deprecated` instead of `#_getPortableFunctionDefinition()` in doctrine#3565. 3. The deprecation message in the `OracleSchemaManager#createDatabase()` description is irrelevant as of doctrine#3565.
Summary
Improving types in
Doctrine\DBAL\Schema
.