Skip to content

Use Rector & improve initial namespaces

Choose a tag to compare

@IngeniozIT IngeniozIT released this 27 Sep 13:35
· 14 commits to master since this release

What's new

  • Add scripts to automatically refactor your app with Rector: composer quality:refactor (or composer quality:refactor-dry for a dry run)
  • Change the default namespace of the code to \App
  • Change the default namespace of the tests to \Tests