Marco Pivetta
Marco Pivetta
That depends on your autoloader configuration
That file doesn't need to be in src in first place On Fri, Jan 24, 2020, 16:54 Vincent Langlet wrote: > I have > > "autoload": { > "psr-4": {...
Would suggest trying "exclude from classmap" or such - support probably to be built for it On Fri, Jan 24, 2020, 17:04 Vincent Langlet wrote: > That file doesn't need...
Note: `roave/better-reflection` should now also be able to detect class aliases :+1:
IMO this is expected (not confusing). What would an enhancement look like? Consider that we don't suggest specific `composer.json` additions either 🤔
@Wirone do you have some source codebase (or code snippet) where this happens, perhaps?
Oh, wow, that QuickBooks stuff includes a whole test suite (and foreign libraries) under its `autoload` config: https://github.com/intuit/QuickBooks-V3-PHP-SDK/tree/v5.4.2/src/ My suggestion is to report an upstream bug: this stuff should **at...
> you have pleas for having a configurable blacklist of paths in vendor not to consider while analysing a project? It would solve the actual problem without interacting with upstream...
@Wirone the maintainer of that library ( @abisalehalliprasan ) is mentioned/pinged in this issue :-)
> LogicException: There were no symbols found, please check your configuration. Fairly sure this needs fixing, although it's really annoying to support all the formats of classmap, autoload-files, etc. FWIW,...