mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-28 21:39:47 +08:00
Removed trailing whitespace.. (OCD really kicking in)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user