Message 'body' should not be nullable #10
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Total time spent: 1 minute 14 seconds
Due date
c.fahner
1 minute 14 seconds
No due date set.
Dependencies
No dependencies set.
Reference
slendium/http#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the
Message::$bodyis typed as?iterable. This introduces unnecessary null-checks everywhere the message body is involved for no real gain. Messages that are not supposed to have a body should just ignore the property.This issue changes the return type to
iterable.