Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  Mutate remaining data providers to static ones
  • Loading branch information
derrabus committed Sep 20, 2024
2 parents fed6cf3 + 0f100df commit 10ae9c1
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 @@ -1080,7 +1080,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 10ae9c1

Please sign in to comment.