You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewException("Argument at position " . position . " must have a type");
It works fine, it seems to be problem with nested calling services from DI.
I've tested at:
-PHP 5.6 and 2.0.x, Ubuntu
-PHP 7.0 and 3.0.1, Ubuntu
The same results.
The text was updated successfully, but these errors were encountered:
I found problem with nested dependency injection. I have such configuration:
And Phalcon throw exception when I execute:
$this->getDI->get('Activity\ActivityAddingService');
Exception:
However when I remove argument from Activity\ActivityParameterService, like that:
I found line with exception:
cphalcon/phalcon/di/service/builder.zep
Line 49 in 23b4100
It works fine, it seems to be problem with nested calling services from DI.
I've tested at:
-PHP 5.6 and 2.0.x, Ubuntu
-PHP 7.0 and 3.0.1, Ubuntu
The same results.
The text was updated successfully, but these errors were encountered: