We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27ea15 commit dab98ebCopy full SHA for dab98eb
1 file changed
Tests/Caster/FFICasterTest.php
@@ -90,7 +90,7 @@ public function testCastNamedEnum()
90
PHP, \FFI::new('enum Example { a, b }'));
91
}
92
93
- public function scalarsDataProvider(): array
+ public static function scalarsDataProvider(): array
94
{
95
return [
96
'int8_t' => ['int8_t', '0', 1, 1],
0 commit comments