-
-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
Hash tag support for constructor #1015
Comments
Related to Haehnchen/idea-php-toolbox#50 ? |
I think he meant: __construct($foo, $foobar); services:
Foobar\Bar:
arguments:
foo: '@my_service'
|
@King2500 yes this is what I mean (I was trying #Route hash tag). Sorry for duplicate issue. Couldn find it. Maybe I look at it and try to resolve. |
Sorry. I had to reopen. It still doesnt work with #Route hash tag. Haehnchen/idea-php-toolbox#74 fixes only #Class hash tag. I will look at it. |
It should work for all providers. Including custom ones from json. |
Yeah. But I'm currently testing it in PHPStomr and I cant get it work. In constructor I still get No suggestion. And I cant get working symfony2 plugin with php toolbox so I can debug it. |
ohh I found it. I will clean my code and make PR. |
#1024 fix |
thx, so fixed ;) |
Hello,
I discovered this cool feature and tried to use it, but it doesnt work with constructor parameters.
My enviroment is:
The text was updated successfully, but these errors were encountered: