Skip to content

Commit 637cbb1

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: Make more data providers static fix merge Mutate remaining data providers to static ones
2 parents df514ef + 10ae9c1 commit 637cbb1

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
@@ -1191,7 +1191,7 @@ public function testDenormalizeBooleanTypesWithNotMatchingData(array $data, stri
11911191
$normalizer->denormalize($data, $type);
11921192
}
11931193

1194-
public function provideBooleanTypesData()
1194+
public static function provideBooleanTypesData()
11951195
{
11961196
return [
11971197
[['foo' => true], FalsePropertyDummy::class],

0 commit comments

Comments
 (0)