Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df514ef

Browse files
committed
Make more data providers static
1 parent 1f5d1bb commit df514ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Normalizer/AbstractObjectNormalizerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,7 @@ public function testDenormalizeBooleanTypeWithFilterBool(array $data, ?bool $exp
12111211
$this->assertSame($expectedFoo, $dummy->foo);
12121212
}
12131213

1214-
public function provideDenormalizeWithFilterBoolData(): array
1214+
public static function provideDenormalizeWithFilterBoolData(): array
12151215
{
12161216
return [
12171217
[['foo' => 'true'], true],

0 commit comments

Comments
 (0)