cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 891 forks source link

Fix blank line above declare statement, see PSR-12 #2175

Closed chrisblech closed 1 year ago

chrisblech commented 1 year ago

Fix PSR-12 compliance of generated migration scripts

According to PSR-12 (https://www.php-fig.org/psr/psr-12/), there MUST be a blank line above the declare statement (/block)

dereuromark commented 1 year ago

Thank you!