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
Hello,
This error appear when I name my boolean getter "isPrefered()" It works with "getIsPrefered()" which generate a warning with phpmd
[2019-04-24 15:54:27] php.CRITICAL: Call to undefined method App\Entity\Product::getIsPrefered() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method App\\Entity\\Product::getIsPrefered() at .../vendor/wizards/rest-api/src/WizardsRest/ObjectReader/DoctrineAnnotationReader.php:115)"} []
The text was updated successfully, but these errors were encountered:
you can try to use the getter property of @embedabble
Sorry, something went wrong.
No branches or pull requests
Hello,
This error appear when I name my boolean getter "isPrefered()"
It works with "getIsPrefered()" which generate a warning with phpmd
[2019-04-24 15:54:27] php.CRITICAL: Call to undefined method App\Entity\Product::getIsPrefered() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method App\\Entity\\Product::getIsPrefered() at .../vendor/wizards/rest-api/src/WizardsRest/ObjectReader/DoctrineAnnotationReader.php:115)"} []
The text was updated successfully, but these errors were encountered: