Problem/Motivation
- Typehinting will be required before drupal:10.0.0.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 3191583-14.patch | 175.09 KB | aadil.addweb |
Issue fork cloud-3191583
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
yasComment #3
yasComment #4
aadil.addweb commentedComment #6
aadil.addweb commentedComment #7
yasComment #8
aadil.addweb commentedComment #9
yas@binoliaddweb
Thank you for the refactoring. Did you have any reason why you didn't add the return type hint into the following methods?
Thanks
Comment #10
aadil.addweb commented@yas
I've added return type in all above methods which you added in your previous comment.
We can't add here https://git.drupalcode.org/project/cloud/-/blob/3.x/modules/cloud_service_providers/openstack/src/Form/OpenStackInstanceEditForm.php#L383 as it returns mixed type (array or boolean).
Please review the updated patch.
Thanks
Comment #11
yas@binoliaddweb
Thank you for the update. Please check my above comments. Thanks.
Comment #12
aadil.addweb commented@yas
Thank you for your review.
I've changed the
getFloatingIpByIpLookupmethod's logic inOpenStackInstanceEditForm.php.Please review the updated patch.
Thanks
Comment #13
yas@binoliaddweb
Thank you for the refactoring. It looks good to now but please modify the PhpDoc comment. Please see my above comment. Thanks
Comment #14
aadil.addweb commented@yas
Thank you for your review.
I changed the Phpdoc comment. Please review the updated patch.
Thanks
Comment #15
yas@binoliaddweb
Thank you for the update. Now everything looks good. I'll merge the patch to
3.xand close this issue asFixed.Comment #18
yas