Skip to content

Commit

Permalink
Fix whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 17, 2010
1 parent 12713ff commit 7835ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PHPUnit/Framework/Warning.php
Expand Up @@ -58,7 +58,7 @@
class PHPUnit_Framework_Warning extends PHPUnit_Framework_TestCase
{
/**
* @var string
* @var string
*/
protected $message = '';

Expand Down Expand Up @@ -88,7 +88,7 @@ class PHPUnit_Framework_Warning extends PHPUnit_Framework_TestCase
protected $useOutputBuffering = FALSE;

/**
* @param string $message
* @param string $message
*/
public function __construct($message = '')
{
Expand Down

0 comments on commit 7835ab2

Please sign in to comment.