$baseNamespaces */ public function boot(TestCall $testCall, array $baseNamespaces): TestCall|ArchExpectation { return $testCall ->expect($baseNamespaces) ->each ->toUseStrictTypes(); } }