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
having this modified, it is possible to use IDE completion hints, if registered a service using class-string:
$di->set(MyClassInterface::class, MyClass::class);
$di->get(MyClassInterface::class)->…here method completion hints from IDE should appear…
I've prepared a PoC in related PR, but since changes should be done in Zephir I'm not sure how to obtain this: doc-block in Zephir looks a bit different.
What do you think about this change?
The text was updated successfully, but these errors were encountered:
Hi,
Maybe it would be useful to add this small modification to
Phalcon\Di\DiInterface
andPhalcon\Di\Di
class?having this modified, it is possible to use IDE completion hints, if registered a service using class-string:
I've prepared a PoC in related PR, but since changes should be done in Zephir I'm not sure how to obtain this: doc-block in Zephir looks a bit different.
What do you think about this change?
The text was updated successfully, but these errors were encountered: