HypeMC

Results 67 comments of HypeMC

@nicolas-grekas This PR provides some additional features that #46328 doesn't have, eg allowed type hints on generated methods: https://github.com/symfony/symfony/blob/962834b63066c1be04bed19cbc6762d3136bcfa3/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php#L25 Currently `mixed` is used in these situations: https://github.com/symfony/symfony/blob/5bf31c57c3d07ab6a04bdeb8fdc2957e0591dcb5/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php#L31 My PR only...

> Would you be able to take over the PR @HypeMC? I feel like @jderusse would appreciate :) Sure, if @jderusse doesn't mind, I'll take over.

@jpmarques66 Hi, currently only these two persistence mechanism are supported out of the box. However, if you wish to use a different one, you should be able to implement it...

> @HypeMC thank you for your feedback in #38323 and, true, let's move the discussion here. I think I've managed to find a solution that would fix the `qux[0][foo] >...

> Could you, please, elaborate, what exactly is undoing? Could you give an example of valid data part(s) that is no more possible with this MR? I think having two...

> I added the exit because I wanted the mimic the default PHP behavior Hi, I'm not sure this is entirely true. I've noticed that when PHP has a PID...

@akuzia Thank you for clarifying, I wasn't aware of this fact.

@sebastianbergmann Hi, any thoughts on this one? Judging by the few likes I got, there seems to be at least some interest in this feature. If there's anything else I...

@Wirone Hi, yes, I was planning to check this out sometime this week. As for your second question, I think it'd make more sense to run this fixer before the...

@Wirone The PR has been rebased. I've also added support for DNF types since this wasn't initially covered because PHP 8.2 hadn't been released yet.