Greg Korba ๐Ÿ› ๏ธ๐Ÿ›น Codito @codito.dev ยท Mar 14

We have really weird problem with #Symfony's `lint:container` command, which started to fail in one of our MRs because DI tries to call some factory with unresolved param that should be an int, but it's passed as a reference string, which causes TypeError.

0 likes 1 replies

?

Replies

Greg Korba ๐Ÿ› ๏ธ๐Ÿ›น Codito ยท Mar 14

It's either with `symfony/dependency-injection` 6.4.19 and 7.2.4 (PHP 8.3). The service is defined as lazy, one of its arguments is defined as a call to another lazy service using expression language. The difference is the called service's definition was changed (removed 1 arg).