Removed trailing whitespace.. (OCD really kicking in)

This commit is contained in:
Panagiotis Moustafellos
2013-11-27 19:53:11 +02:00
parent a28e74708b
commit f6a3496e8d
29 changed files with 151 additions and 151 deletions

View File

@@ -8,7 +8,7 @@ use yii\base\InvalidCallException;
class ExceptionTest extends TestCase
{
public function testToArrayWithPrevious()
public function testToArrayWithPrevious()
{
$e = new InvalidCallException('bar', 0 ,new InvalidCallException('foo'));
$array = $e->toArray();