Marco Pivetta

Results 1382 comments of Marco Pivetta

No, I mean that trying the `Match.php` file from PHP itself will fail on PHP 8. This is likely due to this deprecation: https://github.com/doctrine/mongodb-odm/blob/85d2b9f9664517ca0ece48547be3e68f7a2a2e8f/lib/Doctrine/ODM/MongoDB/Aggregation/Stage/Match.php#L12

> i don't understand why tool tries to load it This tool tries to scan for all defined symbols eagerly, so that we have a map of which component declares...

> Identify why `--ignore-parse-errors` didn't work in this case This certainly requires investigation, since this is 100% a parse error > Implement a way to exclude some files from scan...

This is problematic due to how composer dependencies work, as sometimes you have to require a dependency, and then a third-party package performs a lookup to see if a certain...

I don't understand the issue: can you elaborate on what this is and why it is needed?

BetterReflection only has minimal support for built-ins via stubbing, but it could indeed work. As for the suggestion above, a simpler way would be to allow an invokable class to...

More like having the class name in the configuration 👌

> I do not like loading the project autoloader, since it automatically registers. Yet it is a cheap way to resolve symbols. It's a simple/reliable way to get things done...

If this is about solving the problem of having to include the autoloader, then let's please go with BetterReflection, which includes abstractions to figure out where things are :+1: If...

Haven't had time to check most of OSS work, sorry Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Sat, Nov 23, 2019 at 12:27 PM Guillaume Perréal wrote: > @Ocramius any comment on...