You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setter methods in Payload implementation class return the Payload instance, allowing to chain setter calls, which is documented in the PHP docblocks. This differs from the methods described in the WritablePayloadInterface which are not documented to return anything.
Should WritablePayloadInterface also specify setters methods to be fluent in the PHP docblocks?
The text was updated successfully, but these errors were encountered:
The setter methods in
Payload
implementation class return thePayload
instance, allowing to chain setter calls, which is documented in the PHP docblocks. This differs from the methods described in theWritablePayloadInterface
which are not documented to return anything.Should
WritablePayloadInterface
also specify setters methods to be fluent in the PHP docblocks?The text was updated successfully, but these errors were encountered: