Problem/Motivation
Fix an issue while deleting a K8s scheduler
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3197432-6.patch | 10.24 KB | xiaohua guan |
Issue fork cloud-3197432
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:
- 3197432-fix-an-issue-k8s-scheduler
changes, plain diff MR !138
Comments
Comment #3
xiaohua guan commentedComment #4
xiaohua guan commented@yas
Method getCloudContext(), created(), changed() are used in the parent class CloudContentEntityBase, I can't add return types without modifying the class CloudContentEntityBase.
Comment #5
yas@xiaohua-guan
Thank you for the update. I just posted my above comments; can we add the return type hint for the rest of the functions?
Comment #6
xiaohua guan commentedComment #7
xiaohua guan commented@yas
Thanks for your review. I've added return type for setXXX functions. Please take a look. Thanks.
Comment #8
yas@xiaohua-guan
Thank you for the update. Could you please add the return type hint to
baseFieldDefinitions(EntityTypeInterface $entity_type): array?Thanks
Comment #9
xiaohua guan commented@yas
I added the return type. Please take a look again. Thanks.
Comment #10
yas@xiaohua-guan
Thank you for the update. I'll merge the patch to
3.xand close this issue asFixed.Comment #13
yas