Skip to content

Commit 6674eed

Browse files
committed
Merge branch '3.1' into 3.2
* 3.1: (31 commits) fixed CS fixed CS fixed CS fixer config fixed typo Revert "fixed typo" fixed typo fixed CS Avoid setting request attributes from signature arguments in AnnotationClassLoader [DependencyInjection] Add some missing typehints in YamlFileLoader [DependencyInjection] minor: Fix a DocBlock [HttpKernel] Give higher priority to adding request formats [PropertyInfo] Don't try to access a property thru a static method [PropertyInfo] Exclude static methods form properties guessing [FrameworkBundle] Fix third level headers for MarkdownDescriptor [Ldap] Using Ldap stored username instead of form submitted one [Ldap] load users with the good username case [DoctrineBridge] Fixed invalid unique value as composite key [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys [TwigBundle] do not lose already set method calls #20411 fix Yaml parsing for very long quoted strings ...
2 parents 1538e02 + e2ddb3a commit 6674eed

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)