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
Said I have class:
<?php ... namespace Pimcore\Model\Document\Editable\Loader; use Pimcore\Loader\ImplementationLoader\PrefixLoader as BasePrefixLoader; /** * @internal */ final class PrefixLoader extends BasePrefixLoader {
Parser failed on it with:
In ClassParser.php line 205: Parent class [BasePrefixLoader] for [Pimcore\Model\Document\Editable\Loader\PrefixLoader] not found!
(Error message include fix in #38)
The text was updated successfully, but these errors were encountered:
php-kafka#38, php-kafka#40 Use reflection for robust resolving parent…
2b0a85e
… class
Successfully merging a pull request may close this issue.
Said I have class:
Parser failed on it with:
(Error message include fix in #38)
The text was updated successfully, but these errors were encountered: