Skip to content

Conversation

pmmaga
Copy link
Contributor

@pmmaga pmmaga commented May 21, 2017

@Wes1262
Copy link

Wes1262 commented May 21, 2017

Thank you! ❤

<?php

abstract class A { abstract function bar($x); }
abstract class B extends A { abstract function bar($x); }
Copy link
Member

Choose a reason for hiding this comment

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

Maybe add two more test for the same with the signature being changed (in a compatible manner and an incompatible manner)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've added those as well.

@pmmaga pmmaga force-pushed the allow-abstract-function-override branch from b208f6a to 2613609 Compare May 21, 2017 20:10
@pmmaga pmmaga force-pushed the allow-abstract-function-override branch from 2613609 to 8d3818f Compare May 21, 2017 20:16
@nikic nikic added the RFC label May 24, 2017
@nikic
Copy link
Member

nikic commented May 24, 2017

Merged as a5eb57c. Thanks!

@nikic nikic closed this May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants