1.2.0
This release introduces two new source locator classes, which are very helpful if you analyze directory trees that are not controlled by your autoloader:
BetterReflection\SourceLocator\Type\FileIteratorSourceLocator
, which, given
an iterator of.php
files, will be able to find classes, functions, and so
on in that set.BetterReflection\SourceLocator\Type\DirectoriesSourceLocator
, which, given
a set of directories, will allow reflecting.php
files in those directories.
Total issues resolved: 1