All notable changes are documented in this file using the Keep a CHANGELOG principles.
SebastianBergmann\CodeUnit\Exception
now correctly extends \Throwable
SebastianBergmann\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.3
Mapper::stringToCodeUnits()
raised the wrong exception for Class::method
when a class named Class
exists but does not have a method named method
Mapper::stringToCodeUnits()
breaks when ClassName<extended>
is used for class that extends built-in class