Nicolas PHILIPPE

Results 319 comments of Nicolas PHILIPPE

@edglev I'll keep this open 👍 if at some point, you're willing to provide a PR with the changes with `template-type` and make the CI green that would be very...

we may release Foundry 3, along with Symfony 8 in november. This might be the good time to think a little bit more how we can improve Factory collection, as...

After playing with this, it seems there is no easy way to do that 😞 when a static method is called in a non-static way, `debug_backtrace` says it has been...

just had this problem recently, which only happen for a `final` implementation https://phpstan.org/r/a99fa74c-9b04-4e12-aac3-c2c5fdcee612 I guess PHPStan thinks if it is not final, the returned value can change...

Hi @rimas-kudelis would you mind adding a little bit more context, please? as least, how would look the minimal entity that makes the command break. Thanks

yeah it seems totally related. Or at least to https://github.com/doctrine/migrations/pull/1432 I've never seen this exception neither... I'll try to reproduce in our testsuite and see what can be done

OK, I do think this should be fixed in `doctrine/migrations`, see https://github.com/doctrine/migrations/issues/1502 I've created a failing test case in our testsuite: https://github.com/zenstruck/foundry/pull/892 let's see what will be the answer in...

Hi this is a problem in `doctrine/migrations` repo see https://github.com/doctrine/migrations/issues/1502 the dependencies need to be "unfrozen" after the migrations has ran - sorry, I'm running out of time to work...

this was fixed here https://github.com/zenstruck/foundry/pull/892 we'll also need https://github.com/doctrine/migrations/pull/1528 to be accepted any chance any one concerned by this problem could test it in a real world project?

@kells64000 do you have the same error than the original post? if not, please open a new issue. anyway, I think https://github.com/doctrine/migrations/pull/1528 needs to be merged before this feature could...