Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Generate Interfaces #11

Closed

Conversation

FabioBatSilva
Copy link
Contributor

No description provided.

@@ -142,6 +144,9 @@ public static function fromArray(array $array)
break;
case 'final':
$method->setFinal($value);
case 'interface':
Copy link
Member

Choose a reason for hiding this comment

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

Please add a test for cover this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

It can't be done because clearly there is a bug here. missing break statement and later duplicate.

Please don't rebase until the PR review ends or maintainer request it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is fixed now.

BTW, It would affect final not interface

@FabioBatSilva
Copy link
Contributor Author

ping @Maks3w

@weierophinney weierophinney added this to the 2.6.0 milestone Nov 18, 2015
@weierophinney weierophinney self-assigned this Nov 18, 2015
@weierophinney
Copy link
Member

@FabioBatSilva EXCELLENT pull request — great tests, clean code. Thanks!

weierophinney added a commit that referenced this pull request Nov 18, 2015
weierophinney added a commit that referenced this pull request Nov 18, 2015
weierophinney added a commit that referenced this pull request Nov 18, 2015
@weierophinney
Copy link
Member

Merged to develop for release with 2.6.0.

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

Successfully merging this pull request may close these issues.

3 participants