-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ public function getMessageEncoder() | |
* | ||
* @return int the number of bytes sent | ||
*/ | ||
abstract public function send(MessageInterface $message); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
hhatfield
via email
|
||
public function send(MessageInterface $message){} | ||
|
||
/** | ||
* Alias to send() without return value | ||
|
How does PHP5.3.3 behave, when you completely remove the abstract function definition, instead of defining it with an empty body?