PHP Refactoring Browser v0.0.3 Release Notes

Release Date: 2013-08-17 // over 10 years ago
    • ๐Ÿ›  Fixed support for fix-class-names command. This includes
      ๐Ÿ”จ various fixes that are aggreated under the GH-28, GH-29, GH-19
      ๐Ÿ”จ and GH-20. The command is now much more robust and does
      not create false/positives anymore.
    • โž• Added optimize-use <file> command that will convert all
      relative or absolute usages of namespaces into use statements,
      leaving only the last part at the occuring position.
      (by @pscheit)