Nicolas Grekas

Results 824 comments of Nicolas Grekas

Maybe we could add the phpdoc to the self::getContainer method? Even if it's not 100% accurate, this is a nice place to compromise. WDYT?

Can we get this merged please? Form logins are broken right now :pray:

Did you spot an infinite loop that ends up in a segfault? If not, then this should be reported to php-src as segfaults should never happen.

/cc @Girgias FYI (until the issue is open on php-src). Closing as we shouldn't do this change of course.

We need a way to register DebugClassLoader, and maybe a few other things. Basically what we do in SymfonyTestsListenerTrait.

I wouldn't: the filename you're reading from the response is user input. I'd never use it on my own storage. Then, adding a method, I wouldn't either: that'd break the...

I would do it diffently: since by default we have a shared lock space, we should still do that, or we might break apps. Then, for apps that need split...

Sorry I still don't get it. From the linked issue: > having both #[ReturnTypeWillChange] and @return together: if I understand well it will be no good for Drupal's BC -...