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

Call to a member function getName() on null in Zend Developer Tools #552

Closed
FrankHouweling opened this issue Mar 20, 2018 · 3 comments
Closed

Comments

@FrankHouweling
Copy link

A similar issue was made earlier in #464

I have had the same issue today, due to a faulty classname in a relation (Camelcase instead of CamelCase). One of the comments on #464 called for a null check. This is an option, but I would much prefer a clear Exception telling me what to look for. Is it OK if I submit a pull request?

@TomHAnderson
Copy link
Member

You are always welcome to submit a PR. We may not accept it, of course, but if you see a fix a PR is appreciated

TomHAnderson added a commit to TomHAnderson/DoctrineORMModule that referenced this issue Apr 16, 2018
@TomHAnderson
Copy link
Member

Addressed with an exception if the relationship is not found.

@TomHAnderson
Copy link
Member

#566

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

No branches or pull requests

2 participants