Add setLineEnding(PHP_EOL)

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-08-08 21:20:18 +02:00
parent 87cc78d024
commit bd7f3be267

View File

@@ -23,6 +23,7 @@ $config
'@Symfony' => true,
'array_syntax' => array('syntax' => 'long'),
))
->setLineEnding(PHP_EOL)
->setFinder($finder)
;