Skip to content

Commit 0d76ca5

Browse files
committed
update style ci pointing out
1 parent 367e4d4 commit 0d76ca5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/Drivers/JsonDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PHPUnit\Framework\Assert;
66
use Spatie\Snapshots\Driver;
7-
use Spatie\Snapshots\Exceptions\CantBeSerialized;
87

98
class JsonDriver implements Driver
109
{

tests/Unit/Drivers/JsonDriverTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use PHPUnit\Framework\TestCase;
66
use Spatie\Snapshots\Drivers\JsonDriver;
7-
use Spatie\Snapshots\Exceptions\CantBeSerialized;
87

98
class JsonDriverTest extends TestCase
109
{
@@ -64,7 +63,7 @@ public function it_can_serialize_a_json_hash_to_pretty_json()
6463
'baz' => [
6564
'aaa' => 'AAA',
6665
'bbb' => 'BBB',
67-
'ccc' => ['xxx', 'yyy', 'zzz']
66+
'ccc' => ['xxx', 'yyy', 'zzz'],
6867
]
6968
]));
7069
}

0 commit comments

Comments
 (0)