-
Notifications
You must be signed in to change notification settings - Fork 103
Call to an undefined method ... ObjectRepository::findOneByShortName(). #35
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
Comments
Nope, they are not supported right now. |
Yeah, I found another post on it.. I'll just add it to the ignore list. .Thanks! |
Error - Call to an undefined method object::something(); In this particular instance method was called after Instantiating an object from child class. Child class extends parent class but error was still thrown. Parent Child } Use of Method In Some Controller that throws PHP Stan Error - Call to an undefined method object::something(); use DuhhChild; inorder to work around this error simple define a docBlock that explains that variable as an Instance of Child Class above the variable that you are using to Instantiate the object. Example; use DuhhChild; |
@ankitpp This is completely unrelated to this issue and even to phpstan-doctrine, please open a new one in https://github.com/phpstan/phpstan/issues/new/choose |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Are magic methods not supported or is there some configuration option(s) I missed?
The text was updated successfully, but these errors were encountered: