I pretty often use the syntax of a short array [] instead of a longer array() . Now the server environment forces me to use a longer one.
PhpStorm allows you to force a shorter syntax for arrays in code style> Php> Array ad style> Force ad style:

Now I want to achieve the opposite.
It would be desirable if this were automatically replaced, but this would already help to mark the style of the short declaration as a mistake.
source share