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
Access level to InterpolatorFactory::$mapper :
InterpolatorFactory::$mapper
cphalcon/phalcon/Translate/InterpolatorFactory.zep
Lines 16 to 21 in ce444d5
must be protected (as in class AbstractFactory) or weaker:
AbstractFactory
cphalcon/phalcon/Factory/AbstractFactory.zep
Lines 15 to 20 in ce444d5
Current implementation leads to a fatal error using Zephir 0.12.19:
1) NewInstanceCest: Test Translate\TranslateFactory - newInstance() Test tests/unit/Translate/TranslateFactory/NewInstanceCest.php:translateTranslateFactoryNewInstance [Error] Cannot access private property Phalcon\Translate\InterpolatorFactory::$mapper #1 Phalcon\Factory\AbstractFactory->init #2 /mnt/work/phalcon/cphalcon/tests/unit/Translate/TranslateFactory/NewInstanceCest.php:37 #3 Phalcon\Test\Unit\Translate\TranslateFactory\NewInstanceCest->translateTranslateFactoryNewInstance
The text was updated successfully, but these errors were encountered:
Removed InterpolatorFactory::${mapper,services}
ce49357
See: #15036
Fixed in 4.0.x branch
Sorry, something went wrong.
00ad4c9
540dc8d
sergeyklay
Successfully merging a pull request may close this issue.
Access level to
InterpolatorFactory::$mapper
:cphalcon/phalcon/Translate/InterpolatorFactory.zep
Lines 16 to 21 in ce444d5
must be protected (as in class
AbstractFactory
) or weaker:cphalcon/phalcon/Factory/AbstractFactory.zep
Lines 15 to 20 in ce444d5
Current implementation leads to a fatal error using Zephir 0.12.19:
The text was updated successfully, but these errors were encountered: