We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I noticed this property called privateProperty is actually declared as protected. https://github.com/Ocramius/GeneratedHydrator/blob/master/tests/GeneratedHydratorTestAsset/BaseClass.php#L42
privateProperty
The text was updated successfully, but these errors were encountered:
Absolute URI:
GeneratedHydrator/tests/GeneratedHydratorTestAsset/BaseClass.php
Line 42 in 42f9f7f
Sorry, something went wrong.
#22 - baseclass has a protected property instead of an expected priva…
fe930b1
…te one
Merge pull request #23 from Ocramius/hotfix/#22-baseclass-private-pro…
2f0ea72
…perty #22 - baseclass has a protected property instead of an expected private one
Handled in #23
Ocramius#22 - baseclass has a protected property instead of an expect…
78732c5
…ed private one
Ocramius
Successfully merging a pull request may close this issue.
I noticed this property called
privateProperty
is actually declared as protected. https://github.com/Ocramius/GeneratedHydrator/blob/master/tests/GeneratedHydratorTestAsset/BaseClass.php#L42The text was updated successfully, but these errors were encountered: