All notable changes are documented in this file using the Keep a CHANGELOG principles.
Mapper::stringToCodeUnits('Foo::bar') does not find method Foo::bar when a function named \bar is definedMapper::stringToCodeUnits() does not consider "inheritance" between traitsSebastianBergmann\CodeUnit\FileUnit value object that represents a sourcecode fileSebastianBergmann\CodeUnit\CodeUnitCollection::fromArray() has been removedSebastianBergmann\CodeUnit\Mapper::stringToCodeUnits() no longer supports ClassName<*>SebastianBergmann\CodeUnit\Exception now correctly extends \ThrowableSebastianBergmann\CodeUnit\Mapper::stringToCodeUnits() no longer attempts to create CodeUnit objects for code units that are not declared in userlandcomposer.json from ^7.3 || ^8.0 to >=7.3Mapper::stringToCodeUnits() raised the wrong exception for Class::method when a class named Class exists but does not have a method named methodMapper::stringToCodeUnits() breaks when ClassName<extended> is used for class that extends built-in class