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

Api4 - Make abstract function abstract #16343

Merged
merged 1 commit into from
Jan 22, 2020

Conversation

colemanw
Copy link
Member

Overview

This makes a function abstract that was behaving as if it was but not actually declared abstract because php 5.x didn't support that.

Before

Abstract function not really abstract for php 5.x support.

After

Bye bye PHP 5. Hello abstract static functions.

@eileenmcnaughton eileenmcnaughton merged commit ae7e6ce into civicrm:master Jan 22, 2020
@eileenmcnaughton eileenmcnaughton deleted the abstract branch January 22, 2020 01:31
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