Skip to content

Commit

Permalink
Merge pull request #18 from GrahamCampbell/master
Browse files Browse the repository at this point in the history
Remove Trailing Whitespace
  • Loading branch information
Seldaek committed Jan 18, 2014
2 parents 65f363a + 6dec879 commit a78d650
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Psr/Log/LoggerAwareTrait.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trait LoggerAwareTrait


/** /**
* Sets a logger. * Sets a logger.
* *
* @param LoggerInterface $logger * @param LoggerInterface $logger
*/ */
public function setLogger(LoggerInterface $logger) public function setLogger(LoggerInterface $logger)
Expand Down
4 changes: 2 additions & 2 deletions Psr/Log/LoggerTrait.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* This is a simple Logger trait that classes unable to extend AbstractLogger * This is a simple Logger trait that classes unable to extend AbstractLogger
* (because they extend another class, etc) can include. * (because they extend another class, etc) can include.
* *
* It simply delegates all log-level-specific methods to the `log` method to * It simply delegates all log-level-specific methods to the `log` method to
* reduce boilerplate code that a simple Logger that does the same thing with * reduce boilerplate code that a simple Logger that does the same thing with
* messages regardless of the error level has to implement. * messages regardless of the error level has to implement.
*/ */
trait LoggerTrait trait LoggerTrait
Expand Down

0 comments on commit a78d650

Please sign in to comment.