Skip to content

Commit

Permalink
Merge pull request #35 from voku/analysis-qB0MJV
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
voku committed Dec 10, 2017
2 parents 518691e + 4fea008 commit 239c0fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/classes/Swift/InputByteStream.php
Expand Up @@ -52,7 +52,7 @@ public function commit();
*
* @param Swift_InputByteStream $is
*/
public function bind(Swift_InputByteStream $is);
public function bind(self $is);

/**
* Remove an already bound stream.
Expand All @@ -63,7 +63,7 @@ public function bind(Swift_InputByteStream $is);
*
* @param Swift_InputByteStream $is
*/
public function unbind(Swift_InputByteStream $is);
public function unbind(self $is);

/**
* Flush the contents of the stream (empty it) and set the internal pointer
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/Swift/Mime/Headers/DateHeaderTest.php
Expand Up @@ -87,4 +87,4 @@ private function getHeader($name)
{
return new Swift_Mime_Headers_DateHeader($name);
}
}
}

0 comments on commit 239c0fa

Please sign in to comment.