Valentin Udaltsov
Valentin Udaltsov
I think, I found the problem. https://github.com/nikic/PHP-Parser/blob/master/doc/component/Name_resolution.markdown > Unqualified function and constant names inside a namespace cannot be statically resolved. Inside a namespace Foo, a call to strlen() may either...
+1 I use functions a lot and this issue is quite annoying. Looking forward to a fix, thanx.
@maglnet , @Ocramius , any plans to fix this?
got the same issue today. I will try my best to figure out, what's wrong
Faced the same issue! Can be reproduced by https://github.com/vudaltsov/symfony-4-monolog-env-config
This issue is going to be fixed by this PR https://github.com/symfony/symfony/pull/23888.
Any updates on this issue?
I would like to try to implement it during this week. Hope to learn a lot of new things.
`$this->initConstructor();` is not really defensive, since you can easily forget to call it.
Just to clarify, @iquito proposes that groups on `@Valid` do not restrict validation on deeper levels, but allow the validator to go in and then operate as usual. If we...