Skip to content

Commit 664e6b7

Browse files
committed
fixed CS
1 parent 3a5337e commit 664e6b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Encoder/JsonDecodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function decodeProvider()
6161
*/
6262
public function testDecodeWithException($value)
6363
{
64-
$this->decode->decode($value, JsonEncoder::FORMAT);
64+
$this->decode->decode($value, JsonEncoder::FORMAT);
6565
}
6666

6767
public function decodeProviderException()

Tests/Encoder/JsonEncodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ public function encodeProvider()
5454
*/
5555
public function testEncodeWithError()
5656
{
57-
$this->encode->encode("\xB1\x31", JsonEncoder::FORMAT);
57+
$this->encode->encode("\xB1\x31", JsonEncoder::FORMAT);
5858
}
5959
}

0 commit comments

Comments
 (0)