With PphStorm 2024.1 when I run dialog “Reformat code” some features do not work as I expect :
- I expected file declarations at top would be sorted – I have no this :
- In Editor->Code Style->PHP->Code conversion->Sort Use statements = ‘Alphabetically’
- Empty lines would be removed in file declarations
- I did not find relative options
- namespace would be moved to new line, if is located on the same like with php start tag
- I did not find relative options
I try to follow psr12 – but with some changes…
4