Skip to content

Commit

Permalink
Mutate remaining data providers to static ones
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Sep 20, 2024
1 parent 88eeb78 commit 0f100df
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 @@ -701,7 +701,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 0f100df

Please sign in to comment.