Duncan Lukkenaer

Results 3 comments of Duncan Lukkenaer

@kalessil I run into this problem quite a lot when extending Laravel classes. Here is an example: ![image](https://user-images.githubusercontent.com/14964441/65757126-cb6d9f80-e116-11e9-8a1e-c5d3dd4d7437.png) Here I'm overriding a method from a class outside of my project,...

@jdreesen @kalessil I didn't know that, thanks! Would it be possible to add a quick-fix option for this situation?

@kalessil @jdreesen Just to clarify, normally you have the option to automatically fix these return types in PhpStorm: ![image](https://user-images.githubusercontent.com/14964441/66663800-a404ef80-ec4b-11e9-8a4f-609510f24769.png) But for the "Please use change signature intention to fix this"...