Open donnysim opened 8 years ago
field support needed for https://github.com/Haehnchen/idea-php-annotation-plugin/issues/49 so winwin
copy references provides this results. first onw works, but second "constant" will break method handling. so first one is to be valid
\Symfony\Component\Routing\Annotation\Route::$condition
\Symfony\Component\Routing\Annotation\Route::FOO
--
\Symfony\Component\Routing\Annotation\Route:$condition
For example a class has
maybe could be something like
Test:$columns
.