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 type check code in generated class. #63

Merged
merged 1 commit into from
Oct 18, 2016

Conversation

shochdoerfer
Copy link
Member

The code to check the return type in the generated config class is no longer needed since we rely on the return type hint and thus PHP will throw an error anyway if there is a mismatch. No need for the manual check any more.

The code to check the return type in the generated config class is
no longer needed since we rely on the return type hint and thus PHP
will throw an error anyway if there is a mismatch.
@shochdoerfer shochdoerfer added this to the 0.6.0 milestone Oct 18, 2016
@shochdoerfer shochdoerfer merged commit 8457e47 into bitExpert:master Oct 18, 2016
@shochdoerfer shochdoerfer deleted the fix/remove_type_check branch October 18, 2016 22:19
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.

None yet

1 participant