mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
code style fixes
This commit is contained in:
@ -23,7 +23,8 @@ class JsonTest extends TestCase
|
||||
|
||||
// simple object encoding
|
||||
$data = new \stdClass();
|
||||
$data->a = 1; $data->b = 2;
|
||||
$data->a = 1;
|
||||
$data->b = 2;
|
||||
$this->assertSame('{"a":1,"b":2}', Json::encode($data));
|
||||
|
||||
// expression encoding
|
||||
|
Reference in New Issue
Block a user