Skip to content

Commit 10ae9c1

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: Mutate remaining data providers to static ones
2 parents fed6cf3 + 0f100df commit 10ae9c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ public function testDenormalizeBooleanTypesWithNotMatchingData(array $data, stri
10801080
$normalizer->denormalize($data, $type);
10811081
}
10821082

1083-
public function provideBooleanTypesData()
1083+
public static function provideBooleanTypesData()
10841084
{
10851085
return [
10861086
[['foo' => true], FalsePropertyDummy::class],

0 commit comments

Comments
 (0)