Skip to content

Commit dab98eb

Browse files
Fix merge
1 parent e27ea15 commit dab98eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Caster/FFICasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function testCastNamedEnum()
9090
PHP, \FFI::new('enum Example { a, b }'));
9191
}
9292

93-
public function scalarsDataProvider(): array
93+
public static function scalarsDataProvider(): array
9494
{
9595
return [
9696
'int8_t' => ['int8_t', '0', 1, 1],

0 commit comments

Comments
 (0)