Roland Franssen :)
Roland Franssen :)
related to #11509 #11513?
cc @andrew-demb
use `AndreKurait/[email protected]` instead
we use this in our base test case class ``` /** * @template T * @param class-string $class * * @return T */ protected static function getServiceClass(string $class): object {...
it's slippery slope, assuming SA analyses the tests/ directory maybe consider a dedicated method in `KernelTestCase` or `TestContainer` first otherwise patching `TestContainer::get` as such, sounds reasonable
that said, i hope we can conventionally fix `ContainerInterface::get(Some::class)` returning a `Some` object, some day
@lyrixx yes, but IDE needs SA to even function. If anything, we dont need any more phpdoc to describe types :see_no_evil: @stof decorators would work at the interface level, my...
maybe related to #62545 will wait for a patch release 👍
> No need to support this, it'd be broken design :) (https://github.com/symfony/symfony/pull/60095/files#r2021037158) so it's expected yes.
> inconsistencies between package.json and package-lock.json so it's not a bc break, but a userland bug? would be nice if npm at least confirms it yes/no