Closed (fixed)
Project:
Share Message
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Sep 2015 at 14:53 UTC
Updated:
31 Dec 2015 at 08:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joshi.rohit100Comment #3
sdstyles commentedComment #4
joshi.rohit100should be $status
Comment #5
sdstyles commentedComment #6
miro_dietikerYeah, looks pretty fine.
I think the whole purpose of this interface is that it is then used as a replacement of the ShareMessage entity where it makes sense. I guess there are a few locations.
What confuses me is, the interface declares 8 methods, but i only see 4 inheritdoc. It seems some more methods need an update.
Comment #7
tduong commentedIt seems like there was already 4 inherits (setLabel, setTitle, getStatus, setStatus) and the other 4 methods still had their doc-comments, so I guess that @sdstyles has taken all the public methods and defined them in the Interface.
Added some new methods added after @sdstyles's patch and their documentations.
I'll check for the usage of these methods asap.
Comment #9
arla commentedThe patch does not apply, seems like it's wrongly generated. Also the interdiff looks odd?
One space too much after the
*asterisk. Same for many other @param and @return lines.Missing @param and @return.
Comment #10
tduong commentedOk, trying again.
Fixed these smelly doc-codes. :)
Comment #11
tduong commentedReplaced ShareMessage with ShareMessageInterface in the files that use ShareMessage entity.
Comment #12
arla commentedLooks good to me now!
Comment #13
miro_dietikerThank you, nice cleanup, committed! :-)