-
Notifications
You must be signed in to change notification settings - Fork 79
Generate Interfaces #11
Generate Interfaces #11
Conversation
@@ -142,6 +144,9 @@ public static function fromArray(array $array) | |||
break; | |||
case 'final': | |||
$method->setFinal($value); | |||
case 'interface': |
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.
Please add a test for cover this.
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.
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.
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.
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.
It is fixed now.
BTW, It would affect final
not interface
67abe91
to
ac387b6
Compare
ping @Maks3w |
@FabioBatSilva EXCELLENT pull request — great tests, clean code. Thanks! |
Merged to develop for release with 2.6.0. |
No description provided.