. */ namespace Tests\Traits; trait FakeValues { // /** // * @return string // */ // protected function fakeName(): string { // return ''; // } }