[Halo][RFC] Add support for phpstan extensions

Review Request #711 — Created Sept. 10, 2020 and updated

pprkut
Lunr.Halo
aeec6fc...
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

  • 1
  • 0
  • 0
  • 0
  • 1
Description From Last Updated
Can't all of the structure creation be part of ant setup smillernl smillernl
smillernl
  1. 
      
  2. tests/phpstan.bootstrap.inc.php (Diff revision 1)
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

    Can't all of the structure creation be part of ant setup

  3. 
      
Loading...