symfony / panther

A browser testing and web crawling library for PHP and Symfony
MIT License
2.93k stars 219 forks source link

Explicit string variable #556

Closed MathiasReker closed 2 years ago

MathiasReker commented 2 years ago

Converts implicit variables into explicit ones in double-quoted strings or heredoc syntax.

dunglas commented 2 years ago

Shouldn't we handle all these CS issues directly in PHP CS Fixer, as we do for other SF components? cc @nicolas-grekas