Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  Make more data providers static
  fix merge
  Mutate remaining data providers to static ones
  • Loading branch information
derrabus committed Sep 20, 2024
2 parents df514ef + 10ae9c1 commit 637cbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Normalizer/AbstractObjectNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ public function testDenormalizeBooleanTypesWithNotMatchingData(array $data, stri
$normalizer->denormalize($data, $type);
}

public function provideBooleanTypesData()
public static function provideBooleanTypesData()
{
return [
[['foo' => true], FalsePropertyDummy::class],
Expand Down

0 comments on commit 637cbb1

Please sign in to comment.