Closed cdarken closed 8 years ago
Hi !
You should take a look at the code_style
configuration parameter in your configuration file and use the correct PSR setting according to your array style.
Ah, didn't know about that setting. I will take a look at it. Thanks. If this fixed my problem, I will close the issue.
Do you know which fixer will output the array like this (keep opening [ on the same line as => ) ?
'key1' => [
'key1_1' => 'Translation',
],
It doesn't seem to be. It's fine like this though. Thanks a lot! Great package, very useful.
It would be nice if the exported arrays would use the new syntax for arrays. I know var_export still uses array() notation, but I found this http://stackoverflow.com/a/24316457 and it seems to be working in my tests. If it's ok for you I could create a pull request with it.