[Halo][RFC] Add support for phpstan extensions
Review Request #711 — Created Sept. 10, 2020 and updated — Latest diff uploaded
Information | |
---|---|
pprkut | |
Lunr.Halo | |
aeec6fc... | |
Reviewers | |
lunr | |
Proof of concept implementation for adding support for phpstan extensions when using decomposer.
the
includes
statement in the phpstan config only takes paths relative to the source directory (or absolute ones), so what I tried is symlinking the extension files (the actual classes are loaded just fine from /var/www/libs using the autoloader). I don't like that at all :(
ant phpstan
ant phpstan-ci