<?php trait T1 { abstract public function test($x); } trait T2 { abstract public function test($x): int; } class C { use T1, T2; public function test($x): int {} }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`