Roman
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Edited Exclude folder from hint dialogue.
I have a Symfony project with PHP-CS-Fixer installed in a separate folder tools/ as suggested per documentation not to mix with other vendor/ libraries. I marked the "tools/" folder as excluded in ... -
Created Twig type hint support for intersection and union types
Hi. Can you help me to figure out how to type hint intersection(union) types in twig templates? For a single interface, I can do something like this and it works fine: {# @var f1 \App\Foo #} But ho...