I am trying to disable it by following command phpfmt: enable/disable additional transformations. It makes changes in phpfmt work, but it is not what it suspected to do. When this option is disabled, use statements are being sorted by their length, and by alphabetical order, when enabled, respectively.
I am trying to disable it by following command
phpfmt: enable/disable additional transformations
. It makes changes in phpfmt work, but it is not what it suspected to do. When this option is disabled, use statements are being sorted by their length, and by alphabetical order, when enabled, respectively.