Zeljko Mitic

Results 49 comments of Zeljko Mitic

@clue Question about this: >do indeed use a return PromiseInterface For reference, I am using https://github.com/Bocmah/psalm-reactphp-promise-plugin/blob/main/stubs/PromiseInterface.phpstub and have no problems with psalm on level 1 but there is just 1...

After many hours, I failed to make it work. My setup is Linux mint, and all I get is non-responsive page. Troubleshooting page with ``docker cp`` command also doesn't work,...

Just to add that I made **numerous** attempts of implementing it. One of them was new form-type extension like this, with bigger or lesser priority: ##### Note: I removed lots...

Sorry for making a sale, but there is one more use-case I forgot but can be used in implementation. It is when when $data is not an entity with adder...

@seferov @VincentLanglet Can you guys take a look at idea? Do you think it is worth it?

@VincentLanglet Agreed, but how do you test it? Are those even needed?

You can do this instead: ```php class SomeController { public function yourMethod( #[AutoWire('%env(string:APP_FRONTEND_DOMAIN)%')] private string $loginUrl, ) { // do something with $loginUrl } } ``` --- The better approach...

Check this file: https://github.com/psalm/psalm-plugin-symfony/blob/master/src/Stubs/common/Component/Form/FormInterface.stubphp#L14 Because forms are stubbed, psalm will think it is `mixed`. Solution: just add `@var` for value. Better way would be to tell psalm what kind of...

I see tests are failing only on Symfony4, but I can't see the reason for that. Any help?

@stakovicz First I want to thank you for doing this. I have projects with deeply nested collections, this addition is more than welcome, --- I have one question about the...