Florent

- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Florent created a post, Add a whitespace PsiElement after a bracket
Hi, I have a PHP array like this: return [ 'invokables' => [ ],]; The [] is a ArrayCreationExpression PSI. I want to add a key inside and it's works if (psiElement is ArrayCreationExp... -
-
-
-
-
Florent created a post, AnsweredAdd PsiElement to another
Hi, I have a PHP array like this: <?phpnamespace Intranet;return [ 'factories' => [ // Api Model\Infrastructure\Api\Adapter::class => Model\Infrastructure\Api\AdapterFactory::class... -
-
-
-
Florent commented,