<?php class TestParent { public function execute(array $data) { } } trait TestTrait { public function execute(int $id) { } } class TestClass extends TestParent { use TestTrait { execute as executeTrait; } } new TestClass();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`