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

Remove more deprecated methods #15398

Merged
merged 2 commits into from Jan 16, 2020
Merged

Remove more deprecated methods #15398

merged 2 commits into from Jan 16, 2020

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Jan 16, 2020

No description provided.

@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Needs Review PRs that need a code review labels Jan 16, 2020
@tsteur tsteur added this to the 4.0.0 milestone Jan 16, 2020
@@ -82,8 +82,6 @@ public function test_deprecations()
$this->assertDeprecatedMethodIsRemovedInPiwik4('Piwik\Updates', 'getMigrationQueries');
$this->assertDeprecatedMethodIsRemovedInPiwik4('Piwik\Updater', 'executeMigrationQueries');

// THIS IS A REMINDER FOR PIWIK 4: We need to rename getColumnType() to getDbColumnType() and $columnType to $dbColumnType
$this->assertDeprecatedMethodIsRemovedInPiwik4('Piwik\Columns\Dimension', 'getType');
Copy link
Member Author

Choose a reason for hiding this comment

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

Looked into this for a while. I can kind of see why I had this thought initially, it doesn't really help much though and it's not needed to remove it or change anything.

@tsteur tsteur merged commit d55a2cb into 4.x-dev Jan 16, 2020
@tsteur tsteur deleted the deprecatedmethods4x branch January 16, 2020 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants