Skip to content

Commit

Permalink
merged branch hhamon/sendevent_unused_property (PR swiftmailer#155)
Browse files Browse the repository at this point in the history
Commits
-------

f77f8b0 [Events] removed unused $_transport property and renamed $result to $_result property in SendEvent class.

Discussion
----------

[Events] removed unused $_transport property and renamed $result to $_re...

...sult property in SendEvent class.
  • Loading branch information
fabpot committed Jan 10, 2012
2 parents 56cc7a6 + f77f8b0 commit 0243dc3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/classes/Swift/Events/SendEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ class Swift_Events_SendEvent extends Swift_Events_EventObject
*/
private $_message;

/**
* The Transport used in sending.
* @var Swift_Transport
*/
private $_transport;

/**
* Any recipients which failed after sending.
* @var string[]
Expand All @@ -52,7 +46,7 @@ class Swift_Events_SendEvent extends Swift_Events_EventObject
* The overall result as a bitmask from the class constants.
* @var int
*/
private $result;
private $_result;

/**
* Create a new SendEvent for $source and $message.
Expand Down

0 comments on commit 0243dc3

Please sign in to comment.