Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored and StyleCIBot committed May 6, 2016
1 parent 909a083 commit 3b78b33
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/classes/Swift/ByteStream/FileByteStream.php
Expand Up @@ -162,7 +162,7 @@ public function setReadPointer($byteOffset)

/**
* Just write the bytes to the file
*
*
* @param string $bytes
*
* @throws Swift_IoException
Expand Down
2 changes: 1 addition & 1 deletion lib/classes/Swift/Mime/Attachment.php
Expand Up @@ -17,7 +17,7 @@ class Swift_Mime_Attachment extends Swift_Mime_SimpleMimeEntity
{
/**
* Recognized MIME types
*
*
* @var array
*/
private $_mimeTypes = array();
Expand Down
2 changes: 1 addition & 1 deletion lib/classes/Swift/Mime/Headers/OpenDKIMHeader.php
Expand Up @@ -128,7 +128,7 @@ public function getFieldName()

/**
* Ignored.
*
*
* @param string $charset
*/
public function setCharset($charset)
Expand Down
2 changes: 1 addition & 1 deletion lib/classes/Swift/Plugins/LoggerPlugin.php
Expand Up @@ -126,7 +126,7 @@ public function transportStopped(Swift_Events_TransportChangeEvent $evt)
* Invoked as a TransportException is thrown in the Transport system.
*
* @param Swift_Events_TransportExceptionEvent $evt
*
*
* @throws Swift_TransportException
*/
public function exceptionThrown(Swift_Events_TransportExceptionEvent $evt)
Expand Down
2 changes: 1 addition & 1 deletion lib/classes/Swift/Plugins/PopBeforeSmtpPlugin.php
Expand Up @@ -73,7 +73,7 @@ class Swift_Plugins_PopBeforeSmtpPlugin implements Swift_Events_TransportChangeL

/**
* SMTP Transport to bind to
*
*
* @var Swift_Transport
*/
private $_transport;
Expand Down

0 comments on commit 3b78b33

Please sign in to comment.