$baseNamespace */ public function boot(TestCall $testCall, array $baseNamespace): TestCall|ArchExpectation { return $testCall // @phpstan-ignore-line ->expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep', 'eval', 'ini_set']) ->not ->toBeUsed(); } }